{% extends "post.html" %} {% block main %}

{{post.title}}

{%- if post.description %}
{{post.description}}
{%- endif %}
{{post.content}}
{% endblock %}