{{/* Ported from templates/glossary_term.html.j2. Extra data:
.Breadcrumb; .Term string; .Others []{Slug, Term string};
.JSONLDStr template.JS — the handler builds the WHOLE DefinedTerm object
(the Jinja original interpolated `term|tojson` / `page_description|tojson`
/ base_url inline; Go's JS-context escaping differs byte-wise from
markupsafe's tojson, so the handler reproduces Python htmlsafe-tojson —
ensure_ascii \uXXXX escapes plus <,>,&,' → <,>,&,' —
and template.JS passes it through untouched);
.Body template.HTML — glossary yaml `body` with {base} substituted. This
is the Jinja `| safe` site: the content is trusted, committed copy from
frontend/content/glossary.yaml, not user or API input. */}}{{template "base_head_start" .}}{{template "base_head_end" .}}{{template "base_body_start" .}}{{template "breadcrumb" .}}