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

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

    $body$
    </section>
</div>