{% extends "base.html" %} {% load static %} {% block content %}
{% include "elements/post.html" %}
{% include "comments/comments.html" %}
{% endblock %}