{% extends 'layout.html' %} {% import 'bloggy/macros.html' as blog_macros %} {% block subtitle %}{{ post.title }}{% endblock %} {% block content %}

{{ post.title }}

{{ image(post.main_image) }}
{{ post.body | md_to_html }}
{{ blog_macros.footer(post, tag_labels) }} {% endblock %}