Packages

A Gleam library for building HTML strings usings functions.

Current section

Files

Jump to
ag_html include ag_html_ContentNode.hrl
Raw

include/ag_html_ContentNode.hrl

-record(content_node, {
tag :: binary(),
children :: list(ag_html:html()),
attributes :: list(ag_html@attributes:attribute())
}).