unrolled / render

Go package for easily rendering JSON, XML, binary data, and HTML templates responses.
MIT License
1.94k stars 146 forks source link

Question: is it possible to set html/template options? #102

Closed nics closed 1 year ago

nics commented 1 year ago

I would like to set .Option("missingkey=error") on the underlying template.Template objects, is this possible?

unrolled commented 1 year ago

I just added this feature to v1.6.0

nics commented 1 year ago

thanks a lot!