Write HTML elements to an output range.
Output range to write the output to. If not given, the builder will return a string.
A struct that accepts an element block ~ (html) { } and writes the content to the output range.
HTML, the stream structure used to output data.
See Implementation
Write HTML elements to an output range.