{% extends 'global/base.html' %} {% block texto %} {{ text }} {% endblock texto %} {% block posts %} {% for post in posts %} {% include 'global/partials/postblock.html' %} {% endfor %} {% endblock posts %}