Versions in this module Expand all Collapse all v1 v1.0.2 Oct 30, 2025 v1.0.1 May 26, 2022 Changes in this version + func NewTemplate(t string) ([]byte, error) + func Put(t *Template) + type Template struct + func Get() *Template + func New(ctx *fasthttp.RequestCtx) *Template + func (p *Template) Execute(t string) ([]byte, error) + func (p *Template) SetCtx(ctx *fasthttp.RequestCtx)