summary refs log tree commit diff stats
path: root/page.tmpl.htm
diff options
context:
space:
mode:
Diffstat (limited to 'page.tmpl.htm')
-rw-r--r--page.tmpl.htm10
1 files changed, 10 insertions, 0 deletions
diff --git a/page.tmpl.htm b/page.tmpl.htm new file mode 100644 index 0000000..6655494 --- /dev/null +++ b/page.tmpl.htm
@@ -0,0 +1,10 @@
1<!DOCTYPE html>
2<html>
3 <head>
4 <title>${title}</title>
5 </head>
6 <body>
7 $(cat)
8 <!-- so ends ${file} -->
9 </body>
10</html>