{% load static %} {% if theme.css_template %} {% include theme.css_template %} {% else %} {% for x in theme.css %} {% endfor %} {% endif %}