10 lines
157 B
HTML
10 lines
157 B
HTML
|
---
|
||
|
layout: base
|
||
|
---
|
||
|
<section id="page" class="container">
|
||
|
{{ content }}
|
||
|
</section>
|
||
|
<footer id="bodyfooter">
|
||
|
{% include bodyfooter.html %}
|
||
|
</footer>
|