|
| Text.Templating.Heist.TemplateDirectory |
|
|
| Description |
| This module defines a TemplateDirectory data structure for convenient
interaction with templates within web apps.
|
|
| Synopsis |
|
|
|
| Documentation |
|
| data TemplateDirectory m | Source |
|
| Structure representing a template directory.
|
|
|
|
| Creates and returns a new TemplateDirectory wrapped in an Either for
error handling.
|
|
|
| Creates and returns a new TemplateDirectory, using the monad's fail
function on error.
|
|
|
| Gets the TemplateState from a TemplateDirectory.
|
|
|
| Clears cached content and reloads templates from disk.
|
|
| Produced by Haddock version 2.6.1 |