heist-extra-0.2.0.0: Extra heist functionality
Safe HaskellSafe-Inferred
LanguageHaskell2010

Heist.Extra.Splices.Pandoc.Ctx

Synopsis

Documentation

data RenderCtx Source #

The configuration context under which we must render a Pandoc document using the given Heist template.

ctxSansCustomSplicing :: RenderCtx -> RenderCtx Source #

Strip any custom splicing out of the given render context

concatSpliceFunc :: Alternative f => (t -> f a) -> (t -> f a) -> t -> f a Source #