This looks like a Go bug, which I assume will be fixed, but I would love a workaround:
The above is similar to passing some style as a shortcode parameter, and then do:
<section style="{{ .Get "style" | safeHTMLAttr }}">
</section>
The output is something like:
<section style="ZgotmplZ">
I assume I can do a “printf” of the complete “section” HTML entity …