pugixml/_layouts/post.html

5 lines
92 B
HTML
Raw Permalink Normal View History

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