CodexBloom - AI-Powered Q&A Platform

Using Go's built-in template package leads to incorrect HTML escaping in custom functions

👀 Views: 1 💬 Answers: 1 📅 Created: 2025-06-07
go html templates

I'm running into a problem when trying to use Go's `html/template` package with custom functions. I have a custom function that formats a string, but it appears...