{{ page.title }}
{% if page.tags.all.count %}
{% for tag in page.tags.all %}
{{ tag }}
{% endfor %}
{% endif %}
{{ page.body|richtext }}
{% for item in page.gallery_images.all %}
{% image item.image fill-320x240 %}
{% endfor %}
{{ item.caption }}