AboutComunic/_layouts/default.html

16 lines
198 B
HTML
Raw Normal View History

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