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

include/ghtml@types_Template.hrl

-record(template, {
imports :: list(binary()),
params :: list({binary(), binary()}),
body :: list(ghtml@types:node_())
}).