{{ post.title }}
Posted
{% if post.publishedDate %}
on {{ post._.publishedDate.format("MMMM Do, YYYY") }}
{% endif %}
{% if post.categories and post.categories.length %}
in {% for cat in post.categories %}{{ cat.name }}{% if loop.index < post.categories.length %}, {% endif %}{% endfor %}
{% endif %}
{% if post.author %}
by {{ post.author.name.first }}
{% endif %}
{{ post.content.brief|safe }}
{% if post.content.extended %} {% endif %}