{% load wagtailmarkdown %} {% load static %}
{% if page.image_url %} Image {% endif %}

{{ page.title }}

{{ page.body|markdown }}