{% load wagtailcore_tags %} {% load i18n %}

{{ page.title }} {% if render_for_feed and comments_are_enabled %} {% translate "(click here to comment)" %} {% endif %}

, {{ page.owner.username | title}}
{% for block in page.body %} {# this is either an overview or detail block #} {% if block.block_type != "detail" or render_detail %}
{% for block in block.value %} {# this is a block of content like image, gallery or audio #}
{% include_block block %}
{% endfor %}
{% if not render_detail %} {% block detail_link %}{% endblock %} {% endif %} {% endif %} {% endfor %}