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