render
render copied to clipboard
Go package for easily rendering JSON, XML, binary data, and HTML templates responses.
Results
4
render issues
Sort by
recently updated
recently updated
newest added
Currently, only HTML supports template rendering. We want to render JSON from a template, but using `HTML()` causes issues because of HTML escaping.
First of all, thanks for contributing this library. I have a use case that requires customizing the `Content-Type` header in certain situations that can only be checked after running `render.New(options...