render

package
v1.0.177 Latest Latest
Warning

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

Go to latest
Published: Oct 4, 2023 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Add added in v1.0.160

func Add(a, b int) int

Add adds b to a

func AddDefaultData

func AddDefaultData(td *models.TemplateData, r *http.Request) *models.TemplateData

AddDefaultData contains Data which will be added to data sent to templates

func CreateTemplateCache

func CreateTemplateCache() (map[string]*template.Template, error)

CreateTemplateCache creates a map and stores the tempales in for caching.

func FormatDate added in v1.0.160

func FormatDate(t time.Time, f string) string

FormatDate returns a string of a time formatted as demanded

func HumanReadableDate added in v1.0.151

func HumanReadableDate(t time.Time) string

HumanReadableDate returns a time value in the YYYY-MM-DD format

func Iterate added in v1.0.160

func Iterate(count int) []int

Iterate creates and returns a slice of ints, starting at 1, going to count

func NewRenderer added in v1.0.107

func NewRenderer(a *config.AppConfig)

NewRenderer sets the config for the template package

func Template added in v1.0.107

func Template(w http.ResponseWriter, r *http.Request, tpml string, td *models.TemplateData) error

Template serves as a wrapper and renders a layout and a template from folder /templates to a desired writer

Types

This section is empty.

Jump to

Keyboard shortcuts

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