{% for block in page.body %}
{% if block.block_type != "intro" %}
{% get_block_template block.block_type as block_template %}
{% include block_template with value=block.value %}
{% endif %}
{% endfor %}
{% if request.GET.navigate %}
{% include "texsitecleanblog/includes/navigator.html" with page=page only %}
{% endif %}