{% extends "base.html" %} {% load static %} {% block content %}
{% for post in posts %} {% include "elements/post.html" %} {% endfor %} {% include "elements/pagination.html" %}
{% endblock %}