{{ post.title }}
Posted
{% if post.categories.count %} in {% endif %}
{% for category in post.categories %}
{{ category.name }}{% if not loop.last %}, {% endif %}
{% endfor %}
on {{ post.published_at|date('Y-m-d G:i') }}
{% if post.image %}
{% endif %}
{{ post.summary|raw }}