{% extends "blog_base.html"%} {% block title%} {{post.title}} {% endblock %} {% block content%}

{{ post.title }}

{{ post.content }}
{% include 'include/comments.html'%}
{% endblock %}