Text.Templating.Heist.Splices.Html
Documentation
htmlImpl :: Monad m => Splice m
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.