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

include/ghtml@types_EachNode.hrl

-record(each_node, {
collection :: binary(),
item :: binary(),
index :: gleam@option:option(binary()),
body :: list(ghtml@types:node_()),
span :: ghtml@types:span()
}).