Go Templ
Today there is a plethora of web frameworks that use client-side javascript to create reactive websites. It has become quite difficult to choose one of them, they all look amazing and offer so many features. But in a way they hide things from you, you don’t really know how it all fits together. So let us see what else we can use to build a web application. We will go back to the roots and introduce TEMPL, a Go package developed by Adrian Hesketh that goes beyond the standard html/template library. It’s useful to create simple static web components that can be integrated into a bigger picture and served by a compiled binary. Assembling small components yourself helps to keep control of your code. ...