view example/example.html @ 26:ccd73b01ba79 default tip

py3
author Jeff Hammel <k0scist@gmail.com>
date Tue, 03 Nov 2020 10:00:32 -0800
parents 58643b3191f0
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>