diff options
| author | Raphael Kabo <raphaelkabo@hey.com> | 2023-10-09 10:48:10 +0100 | 
|---|---|---|
| committer | Raphael Kabo <raphaelkabo@hey.com> | 2023-10-09 10:48:10 +0100 | 
| commit | 8b33335584afbac74388c4ed16ff1ff7a04e3588 (patch) | |
| tree | bc35e2e96695a56780139856dfd1f5267546193f /views/static.handlebars | |
| parent | 8a1f07b11e8e18243c058149ac58ece7766b7ef3 (diff) | |
Add static page config and handler
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> +  | 
