heist-0.11.1: An Haskell template system supporting both HTML5 and XML.

Safe HaskellNone

Heist.Splices.Apply

Synopsis

Documentation

applyTag :: Text

Default name for the apply splice.

applyAttr :: Text

Default attribute name for the apply tag.

rawApply :: Monad n => Text -> [Node] -> Maybe FilePath -> TPath -> [Node] -> Splice n

applyNodes :: MonadIO n => Template -> Text -> Splice n

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

applyImpl :: MonadIO n => Splice n

Implementation of the apply splice.