Documentation
¶
Index ¶
- func Canvas(id string) template.HTML
- func DivRegular(innerHTML template.HTML) template.HTML
- func DivURL(id, src string) template.HTML
- func Divcolumnwrap(class string, innerHTML template.HTML) template.HTML
- func Header(num, innerHTML string) template.HTML
- func Image(id, src string) template.HTML
- func Jquerygetjson(url string, callback template.JS) template.JS
- func Paragraph(innerHTML string) template.HTML
- func ParagraphID(id string, filler string) template.HTML
- func Paragraphsusingbreaks(paragraphs ...string) template.HTML
- func Replacecomment(comment string) template.HTML
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Divcolumnwrap ¶
Divcolumnwrap wraps up an template.HTML with a div
func Jquerygetjson ¶
Jquerygetjson sets up a getjson.
func ParagraphID ¶
ParagraphID passes a paragraph that takes an ID. It also allows for some inner html
func Paragraphsusingbreaks ¶
Paragraphsusingbreaks takes a bunch of strings a wraps in in a paragraph separated by line breaks
func Replacecomment ¶
Replacecomment allows for a comment to be placed
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.