comparison commitwatcher/web/templates/listing.html @ 26:6ac606ca9ba5

adding a template
author Jeff Hammel <jhammel@mozilla.com>
date Fri, 04 Oct 2013 09:39:42 -0700
parents
children 826155711744
comparison
equal deleted inserted replaced
25:a5b4025f2455 26:6ac606ca9ba5
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <html>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
5 <title>${path}</title>
6 </head>
7
8 <body>
9 <h1>${path}</h1>
10
11 <a href="${src}">${src}</a>
12
13 <ul>
14 {{for listing in sorted(listing)}}
15 <li></li>
16 {{endfor}}
17 </ul>
18
19 </body>
20 </html>