{% extends "base.html" %} {% block title %}Home{% endblock %} {% block content %}
{{ post.content|safe }}
Comments:
{% for comment in post.comments %} {% include 'comment.html' %} {% endfor %}