{% extends 'default3/base.html'%} {% block title %} {{ block.super }}, {{ site_content.posts.title }} {% endblock %} {% block content %}

{{ site_content.posts.title }}

{{ site_content.posts.content|safe }}
{% include 'default3/comments.html' %} {% endblock %}