AboutComunic/_layouts/front.html

20 lines
388 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">
{% include nav.html %}
{% include header.html %}
{% include call-to-action.html %}
{% include services.html %}
{% include portfolio.html %}
{% include feature.html %}
{% include quote.html %}
{% include aside.html %}
{% include contact.html %}
{% include scripts.html %}
</body>
</html>