hakyll-3.2.6.2: A static website compiler library

Safe HaskellSafe-Infered

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