how golang templates protect against XSS
last updated: Oct 20, 2023
https://rawgit.com/mikesamuel/sanitized-jquery-templates/trunk/safetemplate.html#problem_definition
Using type inference to make web templates robust against XSS
Found via the lobsters comments here, about how the golang HTML template system attempts to prevent XSS.