heist-0.13.0.2: An Haskell template system supporting both HTML5 and XML.
Heist.Splices.Html
Synopsis
htmlTag :: TextSource
Name for the html splice.
htmlImpl :: Monad n => Splice nSource
The html splice runs all children and then traverses the returned node forest removing all head nodes. Then it merges them all and prepends it to the html tag's child list.
extractHeadsSource
Arguments
The root (html) node
A tuple of a list of head nodes and the original tree with heads removed.
Extracts all heads from a node tree.