summaryrefslogtreecommitdiffstats
path: root/templates/layouts/page.html
blob: e9854847f824f46437610fa5c13ce8d67ddc8a97 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<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-body">
        $if(category.show_date)$
            <div class="s-body__meta">
                <div class="s-body__meta-item">
                    $date.yyyy_mm_dd$
                </div>
            </div>
        $endif$

        <h1><span class="s-body__title-inner">$title$</span></h1>

        $body$
    </div>
</section>