{{ _('Latest posts') }}

{{ _('View all') }}
{% for p in posts %} {% if p.featured_image %}{% endif %}

{{ p.title }}

{{ p.date.strftime('%d %b %Y') }}

{% if p.excerpt %}
{{ p.excerpt | safe }}
{% endif %}
{% endfor %}