Published {{ page.creation_date | naturalday }}
{% if page.tags.count %}
in the categories:
{% for tag in page.tags.all %}
{{ tag.name }}{% if not forloop.last %},{% endif %}
{% endfor %}
{% endif %}
by {{ page.author.first_name }} {{ page.author.last_name }}