{% include 'puput/entry_page_header.html' %}
{% if entry.header_image %}
{% image entry.header_image fill-800x240 as header_image %}
{% endif %}
{% if entry.excerpt %}
{{ entry.excerpt|richtext }}
{% else %}
{{ entry.body|richtext|truncatewords_html:70 }}
{% endif %}
{% trans 'Continue reading' %} »
{% empty %}