maggioni.xyz/_layouts/main.html

14 lines
241 B
HTML
Raw Normal View History

2016-07-07 19:05:01 +00:00
<!DOCTYPE html>
<html>
{% include head.html %}
<body>
{% include header.html %}
<div class="page-content">
<div class="wrapper">
{{ content }}
</div>
</div>
{% include footer.html %}
</body>
</html>