5 lines
92 B
HTML
5 lines
92 B
HTML
{% include header.html %}
|
|
<h2>{{ page.title }}</h2>
|
|
{{ content }}
|
|
{% include footer.html %}
|