{# The token layer, shared by report_template.html and cohort_summary_template.html. This is a partial, pulled in with `{% include %}` rather than a base both templates `extend`. The two reports share a stylesheet and nothing else - no block structure, no common body, no shared markup - and an include says exactly that. Both renderers build a `FileSystemLoader` over the configured template directory (`generate_report.py` and `cohort_summary.py`), so this file is reachable from both, including from a directory supplied through `config.json`'s `paths.template_dir`. It carries no Jinja2 expression of its own, and `tests/unit/test_report_presentation.py` pins that on its own. A `