Index: templates/default.tmpl |
=================================================================== |
--- a/templates/default.tmpl |
+++ b/templates/default.tmpl |
@@ -37,13 +37,17 @@ |
<script src="/js/vendor/respond.min.js"></script> |
<![endif]--> |
{% block head %} |
{{ head | safe }} |
{% endblock %} |
</head> |
<body> |
+ <? include layout/header ?> |
+ <div class="outer"> |
juliandoucette
2017/08/18 15:03:58
NIT: Does .outer do anything in this patchset?
ire
2017/08/21 15:23:23
Nope. I'll remove it.
|
{% block body %} |
{{ body | safe }} |
{% endblock %} |
+ </div> |
+ <script src="/js/main.js"></script> |
</body> |
<html> |