{% load static %} {% load helpers %} {% load plugins %} {% include 'inc/media_failure.html' %} {% with cookie_theme=request.COOKIES|get_item:'theme' %} {% if not cookie_theme or cookie_theme == 'light' %} {% endif %} {% if not cookie_theme or cookie_theme == 'dark' %} {% endif %} {% endwith %} {% if settings.BRANDING_FILEPATHS.css %} {% endif %} {% if settings.PUBLISH_ROBOTS_TXT %} {% endif %}