{% load static %} {% if container_element == 'head' %} {% for stylesheet in stylesheets %} {% endfor %} {% endif %} {% if container_element == 'body' %} {% for script in scripts %} {% endfor %} {% endif %}