1 2 3 4 5 6 7
<article class="doc"> {{#with page.title}} <h1 class="page">{{{this}}}</h1> {{/with}} {{{page.contents}}} {{> pagination}} </article>