{% import 'macros/links.html' as links %} {% if author %}

Written by {{ author }}.

{% endif %}

{% if updated and updated.strftime('%Y%m%d') != created.strftime('%Y%m%d') %} (updated: ) {% endif %}

{% if tags %}

Tags: {{ links.collection(tags_links) }}

{% endif %}