# Functions
Ctx returns the Renderer associated with the ctx.
MustRender calls `r.Render()` and panics if a non-nil error is returned.
NewTemplate creates a Template with the given string template.
WithCtx returns a copy of ctx with r associated.
# Variables
No description provided by the author
# Interfaces
A Render formats the provided value and outputs it to the writer.