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

Safe HaskellNone

Heist.Splices.Apply

Synopsis

Documentation

applyTag :: TextSource

Default name for the apply splice.

applyAttr :: TextSource

Default attribute name for the apply tag.

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

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

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

applyImpl :: MonadIO n => Splice nSource

Implementation of the apply splice.

deprecatedContentCheck :: Monad m => Splice mSource

This splice crashes with an error message. Its purpose is to provide a load-time warning to anyone still using the old content tag in their templates. In Heist 0.10, tho content tag was replaced by two separate apply-content and bind-content tags used by the apply and bind splices respectively.