Current section
Files
Jump to
Current section
Files
include/nakai@internal@render_state_State.hrl
-record(state, {
doctype :: gleam@option:option(binary()),
html_attrs :: gleam@string_builder:string_builder(),
head :: gleam@string_builder:string_builder(),
body :: gleam@string_builder:string_builder(),
scripts :: list(gleam@string_builder:string_builder())
}).