1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-06-28 16:48:00 +02:00
blog/_src/_layouts/base.html
2013-11-23 21:53:52 +01:00

16 lines
204 B
HTML

{% include head.html %}
<body>
{% include header.html %}
<section role="document" class="container">
{{ content }}
</section>
</body>
{% include footer.html %}