{{ page.title }}
{{ page.date }}
{% if page.author %}
{{ page.author }}
{% endif %}
{% for tag in page.tags.all %}
{% comment %}
{% endfor %}
{{ tag }}
{% endcomment %}
{{ tag }}
{% for block in page.content %}
{% include_block block %}
{% endfor %}