{% extends "blog_base.html"%} {% block title%} {{post.title}} {% endblock %} {% block content%} {{ post.date | date('%b %d, %Y') }} {{ post.title }} {{ post.content }} {% include 'include/comments.html'%} {% endblock %}