You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
455 B
HTML

<!DOCTYPE html>
<html>
{% include head.html %}
<body id="page-top" class="index">
{% include header.html %}
{% include portfolio_grid.html %}
{% include about.html %}
{% include contact.html %}
<!--
<div class="page-content">
<div class="wrap">
{{ content }}
</div>
</div>
-->
{% include footer.html %}
{% include modals.html %}
{% include js.html %}
</body>
</html>