{% block stylesheet %} {% for css_file in css_files %} {% endfor %} {% endblock %} {# Copy so we do not modify the page_config with updates. #} {% set page_config_full = page_config.copy() %} {# Set a dummy variable - we just want the side effect of the update. #} {% set _ = page_config_full.update(baseUrl=base_url, wsUrl=ws_url) %} {% block favicon %} {% endblock %} {% for js_file in js_files %} {% endfor %} {% block meta %} {% endblock %}