{# The page every report page is: one column, one stylesheet, one script. The script is loaded last and deferred, and nothing on the page waits for it: the marked tokens, the disclosure regions and the strip are HTML, and what the script adds is the condensing of the strip and the switch that turns the marking off. `banner` is a line a caller puts above every page of a whole site, and is empty for a report `attestql report` wrote: the site of phase 3 shows the packaged sandbox until the published runs exist, and a page that is not what it will be says so on itself rather than in a note somewhere else. `description` is every page's own and is always written: it is what a search result and a link preview show under the title, and until 2026-09-13 the head held the charset, the viewport, the title and the stylesheet and nothing else. `canonical` is the address this page is served at and is the publisher's to give: a report `attestql report` wrote is a directory on somebody's disk and has no address, so it carries no canonical link and no social card either. `icon` is the same, a path under `static` or nothing. The `noscript` rule hides the one chip that does something. With scripting off it cannot do it, and a button that does nothing when pressed is worse than no button; everything else on the page is rendered markup and reads as it is. `static` is where the stylesheet, the script and the fonts are, and `root` is where the pages are. They are the same for a report `attestql report` wrote, which carries its own copy of them; a site rendering a hundred and twenty runs points every page at one shared directory instead, because a hundred and twenty copies of three font files is a tenth of what the whole site is allowed to weigh. #} {{ page.title }} {% if canonical %} {% endif %} {% if icon %} {% endif %} {% if banner %} {% endif %} {% block strip %}{% endblock %}
{% block content %}{% endblock %}