{% endif %}
{% include "texsitecleanblog/includes/author.html" with author=page.owner published_at=page.first_published_at only %}
{% endif %}
{% endif %}
{% for block in page.body %}
{% get_block_template block.block_type as block_template %}
{% include block_template with value=block.value %}
{% endfor %}
{% include "texsitecleanblog/includes/navigator.html" with page=page only %}