{{yield}}
{% for post in None|authored %}
{% if post.published_date %} {% var pub=post.published_date %} {% elif post.published_at %} {% var pub=post.published_at|date_from_str %} {% endif %} {% if pub %} {% endif %}
{% endfor %}