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_CaseNode.hrl
Raw

include/ghtml@types_CaseNode.hrl

-record(case_node, {
expr :: binary(),
branches :: list(ghtml@types:case_branch()),
span :: ghtml@types:span()
}).