{% extends "base.html" %} {% load filters %} {% block title %}{{ post.title|escape }} | {% endblock %} {% block content %} {% include "onepost.html" %}
 
{% include "comment.html" %} {% endblock %}