{% load wagtailcore_tags %}

{{ page.title }}

, {{ owner_username | title}}
{% for block in page.body %} {% if block.block_type != "detail" or render_detail %}
{% for block in block.value %}
{% include_block block %}
{% endfor %}
{% block detail_link %}{% endblock %} {% endif %} {% endfor %}