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