AboutComunic/_layouts/default.html

16 lines
226 B
HTML
Raw Normal View History

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