summaryrefslogtreecommitdiff
path: root/templates/_layouts/page.html
blob: a1b91c90777712975d24dc6bd06be44086498b32 (plain)
1
2
3
4
5
6
<article class="page single" role="article">
    <h2 class="page-title" role="heading">$title$</h2>
    <div class="page-content">
        $body$
    </div>
</article>