{% if author %}
Written by {{ author }}.
{{ created.strftime('%B %d, %Y') }} {% if updated and updated.strftime('%Y%m%d') != created.strftime('%Y%m%d') %} (updated: {{ updated.strftime('%B %d, %Y') }}) {% endif %}