AboutComunic/_layouts/default.html

16 lines
198 B
HTML
Raw Normal View History

2018-05-08 16:11:40 +02:00
<!DOCTYPE html>
<html lang="en">
{% include head.html %}
<body id="page-top">
2018-05-08 19:06:35 +02:00
{% include nav.html %}
2018-05-08 16:11:40 +02:00
{{ content }}
{% include contact.html %}
{% include scripts.html %}
</body>
</html>