summaryrefslogtreecommitdiffstats
path: root/templates/layouts/page.html
blob: 98b8a1ca1f45dfbdba45f9016b4109d740a81bc6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<article class="s-body s-colored-links s-headlines $if(intro)$s-intro$endif$">
    $if(show_date)$
        <div class="s-body__meta">
            $last_update.long$
        </div>
    $endif$

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

$body$
</article>