summaryrefslogtreecommitdiffstats
path: root/templates/layouts/page.html
blob: b6ff7c3b31878c7caa7da1c62bc79eaa87b49527 (plain) (blame)
1
2
3
4
5
6
7
<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">
        <h1>$title$</h1>

        $body$
    </div>
</section>