diff options
Diffstat (limited to 'templates/talk.html')
| -rw-r--r-- | templates/talk.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/talk.html b/templates/talk.html new file mode 100644 index 0000000..b904dbe --- /dev/null +++ b/templates/talk.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html lang="{{LANG}}"> + <head> + {{> head.html}} + <title>gumx{{#PAGE_TITLE}}: {{PAGE_TITLE}}{{/PAGE_TITLE}}</title> + </head> + <body{{#DIR}} dir="{{DIR}}"{{/DIR}}> + {{> header.html}} + <main>{{{CONTENT}}}</main> + {{> footer.html}} + </body> +</html> |
