htmlgo icon indicating copy to clipboard operation
htmlgo copied to clipboard

A library for writing type-safe HTML in Golang

Results 2 htmlgo issues
Sort by recently updated
recently updated
newest added

Hi, I was able to put a h1 inside a head tag, it would be really good if it could avoid things like this. ``` html := Html5_( Head_( H1_(Text("Test")),...