{% extends "scitex_ui/standalone_shell.html" %} {% load static %} {% block extra_css %} {% comment %} The bare SVG icon link is NOT here: the scitex-ui shell emits it from `favicon_href`, which views.py sets to writer/favicon.svg. Declaring it here too would produce two identical rel="icon" links (scitex-ui 0.7.0 made the shell's link unconditional). Only the variants the shell cannot express -- sizes= and apple-touch-icon -- belong in this block. {% endcomment %} {% comment %} Generic version metadata: the leaf states which package and version is serving this page, so a host can read it without knowing writer's slug or trusting its own header's number (the hub's header showed the HUB's v0.20.0-alpha for a writer build). {% endcomment %} {% endblock %} {% block worktree_title_full %}Project files{% endblock %} {% block worktree_data_attrs %}data-working-dir="{{ project_dir|default:'' }}"{% endblock %} {% block app_content %}
{% if not app_header_rendered %} {% comment %} The leaf header — title, OUR version, picker slot. A host that renders its own header includes this partial and sets app_header_rendered, so the page never carries two. {% endcomment %} {% include "writer/_app_header.html" %} {% endif %}
0 words

SciTeX Writer

Loading editor…

No PDF available.

Click Compile to generate.

Loading bibliography…
Loading claims…
Compilation Log

            
{% endblock %} {% block extra_js %} {% endblock %}