{% extends 'default2/base.html'%} {% block title %} {{ block.super }}, {{ site_content.posts.title }} {% endblock %} {% block content %} {{ site_content.posts.title }} {{ site_content.posts.content|safe }} {% include 'default2/comments.html' %} {% endblock %}