Mercurial > hg > svgsitemap
diff 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 diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/example/example.html Thu May 14 18:05:29 2015 -0700 @@ -0,0 +1,11 @@ +<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>