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