freelancer-theme/_layouts/default.html

14 lines
350 B
HTML
Raw Normal View History

2014-07-19 22:57:28 +00:00
<!DOCTYPE html>
<html>
2015-02-01 22:51:04 +00:00
{% include head.html %}
2014-07-25 21:44:57 +00:00
<body id="page-top" class="index">
2015-02-01 22:51:04 +00:00
{% include nav.html %}
2014-07-19 22:57:28 +00:00
{% include header.html %}
2014-07-25 21:44:57 +00:00
{% include portfolio_grid.html %}
{% include about.html %}
{% include contact.html %}
2014-07-19 22:57:28 +00:00
{% include footer.html %}
2014-07-25 21:44:57 +00:00
{% include modals.html %}
{% include js.html %}
2014-07-19 22:57:28 +00:00
</body>
</html>