Examples using... template.FuncMap
Recent
This example demonstrates a custom function to process template text.
It installs the strings.Title function and uses it to
Make Title Text Look Good In Our Template's Output.
Template is the representation of a parsed template. The *parse.Tree
field is exported only for use by html/template and should be treated
as unexported by all other clients.
Template is a specialized Template from "text/template" that produces a safe
HTML document fragment.