+
{% extends "base.html" %}
{% load wagtailcore_tags wagtailimages_tags %}
@@ -5,19 +40,23 @@
{% block body_class %}template-blogpage{% endblock %}
{% block content %}
+
Return to blog
{{ page.title }}
{{ page.intro }}
{{ page.body|richtext }}
-
+
+
+
{% for item in page.gallery_images.all %}
-
- {% image item.image fill-320x240 %}
+
+ {% image item.image fill-600x400 %}
{{ item.caption }}
{% endfor %}
-
Return to blog
-{% endblock %}
\ No newline at end of file
+
+ {% endblock %}
+