summaryrefslogtreecommitdiffstats
path: root/templates/layouts/page.html
blob: 877abee2580508a70f949f5e903f5b7a68063ed0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<section class="l-section l-section--fullscreen l-section--no-head">
    $if(banner)$
        <img class="l-section__banner" src="$banner$" />
    $endif$
    <div class="l-container l-container--pad-x l-container--pad-y l-container--content s-body">
        <h1>$title$</h1>

        $body$
    </div>
</section>