{{ page.title }}
{{ page.date|date:"SHORT_DATE_FORMAT" }}
{% if page.author_page %}
{{ page.author }}
{% else %}
{{ page.author }}
{% endif %}
{% for tag in page.tags.all %}
{{ tag }}
{% endfor %}
{% for block in page.content %}
{% include_block block %}
{% endfor %}
{% if page.author_page %}
{% include "shared/person_badge_snippet.html" with person_page=page.author_page title="Autor" %}
{% endif %}