{% if effective_theme and effective_theme.is_active %} {# Extended themes: load a full override stylesheet when the theme marks itself #} {% if effective_theme.css_variables and '"--theme-stylesheet"' in effective_theme.css_variables %} {% if '"enhanced"' in effective_theme.css_variables %} {% elif '"hackers"' in effective_theme.css_variables %} {% endif %} {% endif %} {% endif %} {% block extra_css %}{% endblock %} {# CSRF token for fetch()-based POSTs (vote API, future AJAX endpoints) #} {% if csrf_token is defined %} {% endif %}