{{ post.title|title }}

By {{ post.author.name }} · {{ post.date }} · {{ post.tags|join(", ") }}

{{ post.summary }}
{% for paragraph in post.paragraphs %}

{{ paragraph }}

{% endfor %}