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

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