templ

package
v1.7.3 Latest Latest
Warning

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

Go to latest
Published: Nov 22, 2022 License: ISC Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Templater

type Templater interface {
	ExecuteTemplate(w http.ResponseWriter, name string, data interface{}) error
}

func New

func New(fsys fs.FS, fns template.FuncMap, patterns ...string) (Templater, error)

type Templates

type Templates map[string]*template.Template

func (Templates) ExecuteTemplate

func (t Templates) ExecuteTemplate(w http.ResponseWriter, name string, data interface{}) error

Jump to

Keyboard shortcuts

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