{# Single-sample chimerism report, PDF layout (issue #35). Shares every section with the HTML report through macros.html; the only differences are structural: the on-screen "how it works" disclosures are suppressed inline (show_help=False) and collected into a "Methods and notes" appendix at the end, so nothing is hidden in a printed document. Selected by `--pdf`; override via --template by dropping a pdf/report.html into your template directory. #} {% extends "base.html" %} {% import "macros.html" as m %} {% block body %} {# Running header element: repeated at the top of every printed page (see pdf/styles.css @top-center). Removed from normal flow by `position: running`. #}