aboutsummaryrefslogtreecommitdiffstats
path: root/templates/recipe.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/recipe.html')
-rw-r--r--templates/recipe.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/recipe.html b/templates/recipe.html
new file mode 100644
index 0000000..b904dbe
--- /dev/null
+++ b/templates/recipe.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>