thelinux.pro/_layouts/default.html

9 lines
158 B
HTML

{% include head.html %}
{% include header.html %}
<div class="wrapper">
<section>
{{ content }}
</section>
</div>
{% include footer.html %}