Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
New Creates a new noscript element with optional child nodes Example: noscript.New() Renders: <noscript></noscript>
func RawText ¶
func RawText(content string) *element
RawText Creates a new noscript element with raw text content
func RawTextf ¶
RawTextf Creates a new noscript element with formatted raw text content as unescaped HTML
func Static ¶
func Static(content string) *element
Static Creates a new noscript element with static text content
Types ¶
Click to show internal directories.
Click to hide internal directories.