Files
irma-website/_layouts/default.html
2018-06-21 16:14:50 -04:00

6 lines
123 B
HTML

{% include head.html %}
<!-- Add your site or application content here -->
<p>{{ content }}</p>
{% include footer.html %}