heist-0.5.2.1: An xhtml templating system

Text.Templating.Heist.Splices.Apply

Synopsis

Documentation

applyTag :: TextSource

Default name for the apply splice.

applyAttr :: TextSource

Default attribute name for the apply tag.

applyNodes :: Monad m => Template -> Text -> Splice mSource

Raw core of apply functionality. This is abstracted for use in other places like an enhanced (from the original) bind

Applies a template as if the supplied nodes were the children of the apply tag.

applyImpl :: Monad m => Splice mSource

Implementation of the apply splice.