labstack / echo

High performance, minimalist Go web framework
https://echo.labstack.com
MIT License
29.94k stars 2.23k forks source link

Add TemplateRenderer struct to ease creating renderers for `html/template` and `text/template` packages. #2690

Closed aldas closed 1 month ago

aldas commented 1 month ago

Add TemplateRenderer struct to ease creating renderers for html/template and text/template packages.

Different take on #2673 ideas