{% load simpleblog_tags wagtailcore_tags %}
{% if post.thumbnail %}
{% thumbnailer post.thumbnail filter="fill" width=185 height=105 %} header_image
{% endif %}

{{ post.title|title }}

{{ post.summary|truncatechars_html:120|safe }}