{{ post.title }}
{% if post.intro %}{{ post.intro|markdown|truncatewords_html:30 }}
{% endif %}
{% if post.owner.wagtail_userprofile.avatar.url %}
{% endif %}
{{ post.author_name }}
{{ post.date }} / {{ post.readtime }}
Read here
{% if post.canonical_url %}
Original post
{% endif %}