summaryrefslogtreecommitdiffstats
path: root/templates/layouts/page.html
blob: 70f645bb2b6d28b9a774a3d51decc631dd0af4b7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<section class="l-section l-section--no-header l-section--body">
    <div class="l-container l-container--pad-x l-container--pad-y l-container--content s-colored-links s-headlines s-headlines--body s-body">
        $if(show_date)$
            <div class="s-body__meta">
                $date.long$
            </div>
        $endif$

        <h1 class="u-mt0"><span class="s-headlines__title-inner">$title$</span></h1>

$body$
    </div>
</section>