package
0.5.12
Repository: https://github.com/go-go-golems/parka.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

LoadTemplateFS will load a template from a fs.FS.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
WithAppendTemplateLookups will append the given template lookups to the list of lookups, but they will be found after whatever templates might already be in the list.
No description provided by the author
No description provided by the author
No description provided by the author
WithMarkdownBaseTemplateName will set the name of the template to use as the base template when rendering the HTML coming out of markdown rendering into HTML.
WithMergeData will merge the given data into the renderer's data.
No description provided by the author
WithPrependTemplateLookups will prepend the given template lookups to the list of lookups, ensuring that they will be found before whatever templates might already be in the list.
WithReplaceData will replace the data the renderer uses to render out templates with the passed in data.
WithReplaceTemplateLookups will replace any existing template lookups with the given ones.

# Structs

LookupTemplateFromDirectory will load a template at runtime.
LookupTemplateFromFile will load a template from a filesystem.
LookupTemplateFromFS will load a template from a fs.FS.
Renderer is a struct that is able to lookup a page name and render it.

# Interfaces

TemplateLookup is an interface for objects that can lookup a template by name.

# Type aliases

No description provided by the author
No description provided by the author