comparison example/example.html @ 25:58643b3191f0

lets use templates
author Jeff Hammel <k0scist@gmail.com>
date Thu, 14 May 2015 18:05:29 -0700
parents
children
comparison
equal deleted inserted replaced
24:099f270654ae 25:58643b3191f0
1 <html>
2 <head>
3 <title>svgsitemap demo: {{path}}</title>
4 </head>
5 <body>
6 {{for link in links}}
7 <a href="{{link}}">link</a>
8 {{endfor}}
9 <img src="/sitemap.svg"/>
10 </body>
11 </html>