diff options
Diffstat (limited to 'frame.html.templ')
| -rw-r--r-- | frame.html.templ | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/frame.html.templ b/frame.html.templ new file mode 100644 index 0000000..4343552 --- /dev/null +++ b/frame.html.templ @@ -0,0 +1,8 @@ +<html> + <head> + <title>{title}</title> + </head> + <body> + {body} + </body> +</html> |
