Website/_layouts/page.html

7 lines
164 B
HTML

{% include header.html %}
<article class="post">
<h2 class="post-title">{{ page.title }}</h2>
{{ page.content | markdownify }}
</article>
{% include footer.html %}