Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( TemplateFull = template.Must(templateBase.New("").Parse(layoutTpl)) TemplateCompact = template.Must(templateCompact.New("").Parse(layoutTpl)) )
Functions ¶
This section is empty.
Types ¶
type Data ¶ added in v0.5.0
type Data struct { Main string // Optional Style string Title string // defaults to h1 Subtitle string // defaults to h2 Desc string // defaults to subtitle Head string GTM string URL string }
Data does something
Directories ¶
Path | Synopsis |
---|---|
picture is a goldmark extension to render images as html picture blocks instead of img tags in a paragraph
|
picture is a goldmark extension to render images as html picture blocks instead of img tags in a paragraph |
webstatic is an filesystem for common static files needed across html pages.
|
webstatic is an filesystem for common static files needed across html pages. |
Click to show internal directories.
Click to hide internal directories.