{{ c.name }}
{% if c.domain %}{{ c.domain }}{% endif %}{{ c.description }}
{% endif %} {# Inline the schema as JSON so the JS doesn't need a fetch. tojson + an HTML attribute don't compose (tojson returns Markup-safe content, which bypasses |e and leaves raw `"` that breaks the attribute). A