5 ms·
I've been building a golang app that serves html via the go standard library template system. It works really well. You can define and execute templates inline
by jonomacd 4y ago
I've been building a golang app that serves html via the go standard library template system. It works really well. You can define and execute templates inline so you can define entire pages in html and then wrap a "block" around any reusable bit that you want to serve up dynamically.
Really easy to use.