diff --git a/essays/templates/essays/forensic_page.html b/essays/templates/essays/forensic_page.html
index d18ce61..6c9c9c7 100644
--- a/essays/templates/essays/forensic_page.html
+++ b/essays/templates/essays/forensic_page.html
@@ -32,6 +32,7 @@
{{ page.title }}
{% if page.gallery_images %}
{% for item in page.gallery_images.all %}
+
{% image item.image width-1200 as item_large_img %}
{% image item.image fill-400x300 as item_thumb %}
{{ page.title }}
-{% endblock %}
\ No newline at end of file
+{% endblock %}