freelancer-theme/_layouts/default.html

27 lines
455 B
HTML
Raw Normal View History

2014-07-19 22:57:28 +00:00
<!DOCTYPE html>
<html>
{% include head.html %}
2014-07-25 21:44:57 +00:00
<body id="page-top" class="index">
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
2014-07-25 21:44:57 +00:00
<!--
<div class="page-content">
<div class="wrap">
{{ content }}
</div>
2014-07-19 22:57:28 +00:00
</div>
2014-07-25 21:44:57 +00:00
-->
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>