|
@@ -2,12 +2,7 @@
|
|
{% load wagtailimages_tags %}
|
|
{% load wagtailimages_tags %}
|
|
|
|
|
|
{% block content-header %}
|
|
{% block content-header %}
|
|
- {{ page.title }}
|
|
+ {% include "base/include/header.html" %}
|
|
-
|
|
|
|
- <div class="image">
|
|
|
|
- {% image page.image width-500 as photo %}
|
|
|
|
- <img src="{{ photo.url }}" width="{{ photo.width }}" height="{{ photo.height }}" alt="{{ photo.alt }}" />
|
|
|
|
- </div>
|
|
|
|
{% endblock content-header %}
|
|
{% endblock content-header %}
|
|
|
|
|
|
{% block content-body %}
|
|
{% block content-body %}
|