Mercurial > hg-website
comparison templates/base.html @ 257:cebed91e780d
Add a sample of passing the download list with jinja.
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Sat, 03 Oct 2009 21:53:01 -0400 |
parents | 3efd1dcf92c7 |
children | 37c381bc813d |
comparison
equal
deleted
inserted
replaced
254:d662cba2afb1 | 257:cebed91e780d |
---|---|
1 {% set downloads = {'1.3.1': {'windows': 'linkwin', 'os.x': 'linkosx'}} %} | |
2 | |
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" | 3 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" |
2 "http://www.w3.org/TR/html4/loose.dtd"> | 4 "http://www.w3.org/TR/html4/loose.dtd"> |
3 <html> | 5 <html> |
4 <head> | 6 <head> |
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | 7 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |