summaryrefslogtreecommitdiffstats
path: root/templates/layouts/page.html
blob: 2093f8c604ff65d1e73758733f0377eae51289aa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<section class="l-section l-section--fullscreen l-section--no-head">
    <div class="l-container l-container--pad-x l-container--pad-y l-container--content s-colored-links s-headlines s-body">
        <h1 class="u-mt0"><span class="s-headlines__title-inner">$title$</span></h1>

        <div class="s-body__meta">
            $if(category.show_date)$
                $date.long$
            $endif$
        </div>

$body$
    </div>
</section>