Mercurial > hg > svgsitemap
changeset 25:58643b3191f0
lets use templates
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Thu, 14 May 2015 18:05:29 -0700 |
parents | 099f270654ae |
children | ccd73b01ba79 |
files | example/example.html |
diffstat | 1 files changed, 11 insertions(+), 0 deletions(-) [+] |
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>