content

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 14, 2019 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	OfKey  = "contentOf"
	ForKey = "contentFor"
)

Keys to be used in templates for the functions in this package.

Variables

This section is empty.

Functions

func ContentFor

func ContentFor(name string, help hctx.HelperContext)

ContentFor stores a block of templating code to be re-used later in the template via the contentOf helper. An optional map of values can be passed to contentOf, which are made available to the contentFor block.

<% contentFor("buttons") { %>
	<button>hi</button>
<% } %>

func ContentOf

func ContentOf(name string, data hctx.Map, help hctx.HelperContext) (template.HTML, error)

ContentOf retrieves a stored block for templating and renders it. You can pass an optional map of fields that will be set.

<%= contentOf("buttons") %>
<%= contentOf("buttons", {"label": "Click me"}) %>

func New

func New() hctx.Map

New returns a map of the helpers within this package.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL