Straightforward HTML document building. Write your HTML with full algorithmic power instead of creating messy and confusing templates that contain typing errors.
/// Parameter for the script element.
pubenumScript<'a> {/// Represents a script pulled by the src attribute.
Src(&'astr),/// Represents an inline script.
Inline(&'astr),}