27 lines
455 B
HTML
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> |