Blog.Template
type Environment = [(Text, Text)] Source #
newtype Templates Source #
Constructors
build :: Wording -> IO Templates Source #
render :: MonadIO m => String -> Environment -> Templates -> m Text Source #