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

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

$body$
</article>