summaryrefslogtreecommitdiff
path: root/views/static.handlebars
blob: d28d8f25400c55729356bc7ab142e7acf8bdf4b8 (plain)
1
2
3
4
5
6
7
8
9
10

<article class="static-page">
    <header>
        <h1>{{title}}</h1>
    </header>
    <main>
        {{{content}}}
    </main>
</article>