{# Level-aware project About โ rendered when about.json declares kind="project". Context: `about` (view-model), `lang`, `texts`. Uses the ontoref `.doc-*` document chrome (styles/custom.css) so the SSR site matches outreach/web. GENERIC over a block vocabulary: a section is { key, title, blocks }, each block a typed primitive (prose | timeline | cards | links | graph | kv). New SECTIONS of an existing block type are projector-only changes (gen-about-pages.nu); only a brand-new block TYPE touches this template. Path/href values are `| safe` (trusted contract values, not user input). Bilingual fields indexed by `lang`. #}
{{ about.level_id }}
{{ about.hero[lang] }}
{% endif %}
{% if lang == "es" %}Desde{% else %}Started{% endif %} {{ block.started }}
{% endif %}{{ n.title_es if lang == "es" and n.title_es else n.title }}{% if n.meta %} {% endif %}
{% if card_body %}{{ card_body }}
{% endif %}| {{ r.k_es if lang == "es" and r.k_es else r.k }} | {{ r.v_es if lang == "es" and r.v_es else r.v }} |