blog/themes/embark/layout/page.swig

14 lines
253 B
Plaintext

{{
partial('partial/header', {
title: __(page.title),
tagline: __(page.tagline),
compact: true
})
}}
<main role="main" class="o-standard-page">
<section class="o-container-medium o-distance">
{{page.content}}
</section>
</main>