martini-contrib / render

Martini middleware/handler for easily rendering serialized JSON, XML, and HTML template responses.
MIT License
245 stars 57 forks source link

Added support for converting templates from other formats #59

Closed ghostiam closed 8 years ago

ghostiam commented 8 years ago

I had a need to use one template for backend and frontend on js, for this I had to modify the render. This can partially solve the problem with #8