Website/_layouts/post.html

9 lines
134 B
HTML

{% include header.html %}
<article>
<h2>{{ page.title }}</h2>
{{ page.content | markdownify }}
</article>
{% include footer.html %}