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

{{ site_content.posts.title }}

{{ site_content.posts.content|safe }}

{% include 'default/comments.html' %}
{% endblock %}