hakyll-3.1.2.7: A simple static site generator library.

Hakyll.Web.Template.Read

Description

Re-exports all different template reading modules

Synopsis

Documentation

readTemplate :: String -> TemplateSource

Construct a Template from a string.

readHamletTemplate :: String -> TemplateSource

Read a hamlet template using the default settings

readHamletTemplateWith :: HamletSettings -> String -> TemplateSource

Read a hamlet template using the specified settings