Discover Packages
github.com/shurcooL/play
151
c
htmlg
package
Version:
v0.0.0-...-abfb1be
Opens a new window with list of versions in this module.
Published: Jul 15, 2023
License: Unlicense
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package htmlg contains helper funcs for generating HTML nodes and rendering them.
Context-aware escaping is done just like in html/template, making it safe against code injection.
A returns an anchor element <a href="{{.href}}">{{.s}}</a>.
Render renders HTML nodes.
Context-aware escaping is done just like in html/template when rendering nodes.
Strong returns a strong text node.
Text returns a plain text node.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.