diff options
Diffstat (limited to 'views/static.handlebars')
| -rw-r--r-- | views/static.handlebars | 10 | 
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> +  | 
