Hacker News new | ask | show | jobs
Type safe and modularize way to generate HTML on server side in Go (github.com)
12 points by sunfmin 2604 days ago
3 comments

Very similar to j2html for Java (https://j2html.com/). Many other similar approaches, latest being JSX on the client side.

Personally, I much prefer this approach to using some limited template language to generate HTML.

Nice!
:+1: