freelancer-theme/_layouts/default.html

17 lines
325 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 %}
{% include footer.html %}
{% include modals.html %}
{% include js.html %}
</body>
</html>