Recent posts
{% for post in posts[:5] %}
-
{{ post.title }}
{% if post.date %}{% endif %}
{% if post.summary %}
{{ post.summary }}
{% endif %}
{% endfor %}
{% if posts | length > 5 %}
All {{ posts | length }} posts →
{% endif %}
{% endif %}
{% if pages %}