from __future__ import annotations def render_index_html(*, auth_header_name: str) -> str: return """ face-lock

face-lock

Square the subject, crop it, and keep the raw blobs out of sight.

Docs

      
Result
Crop
Annotated source
""".replace("__AUTH_HEADER_NAME__", auth_header_name)