Files

10 lines
410 B
Plaintext

<article class="content-grid">
<aside><h2>Contents</h2><ol>{% for heading in page.tableOfContents %}<li><a href="#{{ heading.id }}">{{ heading.text }}</a></li>{% endfor %}</ol></aside>
<div>
<p class="eyebrow">{{ page.contentModel }}</p>
<h1>{{ page.title }}</h1>
<p class="lede">{{ page.summary }}</p>
<div class="prose">{{ page.renderedContent | safe_content }}</div>
</div>
</article>