summaryrefslogtreecommitdiff
path: root/views/static.handlebars
diff options
context:
space:
mode:
Diffstat (limited to 'views/static.handlebars')
-rw-r--r--views/static.handlebars10
1 files changed, 10 insertions, 0 deletions
diff --git a/views/static.handlebars b/views/static.handlebars
new file mode 100644
index 0000000..d28d8f2
--- /dev/null
+++ b/views/static.handlebars
@@ -0,0 +1,10 @@
+
+<article class="static-page">
+ <header>
+ <h1>{{title}}</h1>
+ </header>
+ <main>
+ {{{content}}}
+ </main>
+</article>
+