{# Theme head block: anti-FOUC script, CSS, and optional JS include #}
{# Safety: autoescape off is safe here — all variables (css_block, direction, etc.) #}
{# are framework-generated in theme_tags.py, not user input. #}
{% load static %}
{% autoescape off %}
{{ css_block }}
{{ deferred_css_block }}
{% if include_component_link %}{% endif %}
{{ component_css_block }}
{% if include_js %}
{% endif %}
{% endautoescape %}