Mercurial > hg > svgsitemap
view 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 |
line wrap: on
line source
<html> <head> <title>svgsitemap demo: {{path}}</title> </head> <body> {{for link in links}} <a href="{{link}}">link</a> {{endfor}} <img src="/sitemap.svg"/> </body> </html>