{% load wagtailcore_tags %}
{% for block in page.body %} {% if block.block_type != "detail" or render_detail %}
{% include_block block %}
{% block detail_link %}{% endblock %} {% endif %} {% endfor %}
{{ vue_message|json_script:"vue-message"}} {{ initial_value|json_script:"initial-value"}}