Packages

A Gleam library for generating HTML

Current section

Files

Jump to
htmz include htmz_El.hrl
Raw

include/htmz_El.hrl

-record(el, {
tag :: binary(),
attrs :: list(htmz:attr()),
children :: list(htmz:htmz())
}).