{% block head %} {% if view_object.project_config.is_running_on_server -%} {% else -%} {%- endif %} {% block head_css %} {% endblock head_css %} {# Kept outside head_css so that a custom stylesheet always loads after every screen-specific override, no matter what a child template adds to head_css via super(). #} {% block head_custom_css %} {% if view_object.project_config.custom_css_path %} {% endif %} {% endblock head_custom_css %} {% block head_scripts %} {# moved to docs templates #} {% endblock head_scripts %}