summary refs log tree commit diff stats
path: root/page.tmpl.htm
blob: 66554944acfa893e9a2506f72abe67d7116d7868 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
  <head>
    <title>${title}</title>
  </head>
  <body>
    $(cat)
    <!-- so ends ${file} -->
  </body>
</html>