Plain { expr } values are HTML-escaped. Use gsx.Raw only when a trusted or
sanitized string must render as markup.
gsx.Raw writes the supplied HTML without escaping. The value must already be
trusted or sanitized; never pass it unvalidated user input. See
Escaping for the other explicit trust
boundaries.