summaryrefslogtreecommitdiffstats
path: root/templates/layouts/page.html
blob: 9e7d85a21b761f6118663d7149e26b13e330aecd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<main>
    <div class="c-page l-container l-container--content l-container--pad-x l-container--pad-y">
        <div class="c-page__content s-page-content">
            <header class="c-page__header">
                <h1 class="c-page__prefixed c-page__prefixed--h1 c-page__header__title">$title$</h1>
                $if(category)$
                    <h2 class="c-page__header__meta">in $category.name$</h2>
                $endif$
            </header>

$body$
        </div>
    </div>
</main>