views

package
v0.0.0-...-a79a8e1 Latest Latest
Warning

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

Go to latest
Published: Dec 17, 2021 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ViewsDir    = "views"
	LayoutDir   = "partials"
	ElementsDir = "elements"
	FileExt     = ".gohtml"
)

Functions

This section is empty.

Types

type View

type View struct {
	Template *template.Template
	Layout   string
	// contains filtered or unexported fields
}

func New

func New(layout string, content string, elements ...string) *View

func (*View) Render

func (v *View) Render(w http.ResponseWriter, context structs.PageContext, data interface{}) error

Jump to

Keyboard shortcuts

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