{% extends "./base.html" %} {% block title %} {{ post.title }} {% endblock %} {% block main %} {% if post %}
{{ post.content }}