{% load wagtailcore_tags %}

{{ page.title }}

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