{% load i18n static wagtailcore_tags wagtailimages_tags wagtailroutablepage_tags %}
{% if post.thumbnail %}
{% image post.thumbnail fill-740x420 as thumbnail %} header_image
{% endif %}
{{ post.opts.verbose_name|title }} {% if post.category %} {% trans "in" %} {{ post.category|title }} {% endif %} {{ post.view_count }}
{{ post.first_published_at|date:"d M Y" }}

{{ post.title|title }}