heist-0.7.0.1: An (x)html templating system

Text.Templating.Heist.Splices.Static

Synopsis

Documentation

data StaticTagState Source

State for storing static tag information

bindStaticTag :: MonadIO m => HeistState m -> IO (HeistState m, StaticTagState)Source

Modifies a HeistState to include a "static" tag. The static tag is not bound automatically with the other default Heist tags. This is because this function also returns StaticTagState, so the user will be able to clear it with the clearStaticTagCache function.

clearStaticTagCache :: StaticTagState -> IO ()Source

Clears the static tag state.