You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A HTML parse and a serializer for Go. GoHTML tries to keep semantic similar to JS-DOM API while trying to keep the API simple by not forcing JS-DOM model into GoHTML. Because of this GoHTML has node tree model. GoHTML tokenizer uses std net/html module for tokenizing in underlining layer.
htemel is a Go library for generating HTML documents using pure Go functions, offering a compile-time safe and extensible alternative to traditional templating. With support for custom web components and a focus on type-safe attribute handling, it simplifies dynamic HTML generation.