{% extends "../base.html" %} {% block content %} {% if (posts is empty) %}

There are no posts.

{% else %} {% for post in posts %} {% include "post.html" %} {% endfor %} {% include "publishmodal.html" %} {% include "deletemodal.html" %} {% endif %} {% endblock %}