sitepipe-0.3.0.0: A simple to understand static site generator

Safe HaskellNone
LanguageHaskell2010

SitePipe.Templating

Synopsis

Documentation

renderTemplate :: ToJSON env => Template -> env -> SiteM String Source #

Given a template, produces a function compatible with writeWith which writes resources using the template.