Index: templates/default.tmpl |
=================================================================== |
--- a/templates/default.tmpl |
+++ b/templates/default.tmpl |
@@ -42,12 +42,13 @@ |
{% endblock %} |
</head> |
<body> |
<? include layout/header ?> |
<div class="outer"> |
{% block body %} |
{{ body | safe }} |
{% endblock %} |
+ <? include contact ?> |
juliandoucette
2017/08/30 11:33:06
This section doesn't exist on all pages (e.g. Impr
ire
2017/09/25 08:47:35
Done.
|
</div> |
<script src="/js/main.js"></script> |
</body> |
<html> |