{% extends "scitex_ui/standalone_shell.html" %} {% load static %} {% block extra_css %} {% comment %} No favicon link here: scitex-ui's shell supplies the shared SciTeX brand mark as its default (>=0.7.1). One source, not two copies that drift. Do NOT re-add a local — if the mark is wrong, fix it in scitex-ui, which owns the asset. NB: Django's single-hash comment syntax is single-line only — a multi-line single-hash block leaks its body into the rendered HTML (operator-visible bug). Use this comment tag for any multi-line note inside a template. {% endcomment %} {% endblock %} {% block app_content %}
{% endblock %} {% block extra_js %} {% endblock %}