francescomecca.eu/_layouts/default.html
2017-05-09 11:29:54 +02:00

19 lines
246 B
HTML

<!DOCTYPE html>
<html lang="en-us">
{% include head.html %}
<body>
{% include page-header.html %}
<section class="main-content">
{{ content }}
{% include page-footer.html %}
</section>
</body>
</html>