Documentation ¶
Overview ¶
Package templates implements template execution for files to be dynamically rendered for the client.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Rule ¶
Rule represents a template rule. A template will only execute with this rule if the request path matches the Path specified and requests a resource with one of the extensions specified.
type Templates ¶
type Templates struct { Next httpserver.Handler Rules []Rule Root string FileSys http.FileSystem BufPool *sync.Pool // docs: "A Pool must not be copied after first use." }
Templates is middleware to render templated files as the HTTP response.
Click to show internal directories.
Click to hide internal directories.