Packages

HTML templates → type-safe Gleam modules. Write familiar markup instead of nested function calls. No more bracket-counting nightmares.

Current section

Files

Jump to
ghtml include ghtml@types_HtmlOpen.hrl
Raw

include/ghtml@types_HtmlOpen.hrl

-record(html_open, {
tag :: binary(),
attrs :: list(ghtml@types:attr()),
self_closing :: boolean(),
span :: ghtml@types:span()
}).