Files
persona5-negotiation/_layouts/default.html

11 lines
144 B
HTML

{% include header.html %}
{% include nav.html %}
<section>
{{ content }}
</section>
{% include footer.html %}