francescomecca.eu/_layouts/default.html

19 lines
246 B
HTML
Raw Normal View History

2016-05-01 11:13:57 +02:00
<!DOCTYPE html>
<html lang="en-us">
2017-05-09 11:29:54 +02:00
2016-05-01 11:13:57 +02:00
{% include head.html %}
2017-05-09 11:29:54 +02:00
<body>
{% include page-header.html %}
2016-05-01 11:13:57 +02:00
2017-05-09 11:29:54 +02:00
<section class="main-content">
{{ content }}
2016-05-01 11:13:57 +02:00
2017-05-09 11:29:54 +02:00
{% include page-footer.html %}
2016-05-01 11:13:57 +02:00
2017-05-09 11:29:54 +02:00
</section>
2016-05-01 11:13:57 +02:00
</body>
</html>