hakyll-3.0.0.2: src/Hakyll/Web/Template/Read.hs
-- | Re-exports all different template reading modules
--
module Hakyll.Web.Template.Read
( readTemplate
, readHamletTemplate
, readHamletTemplateWith
) where
import Hakyll.Web.Template.Read.Hakyll
import Hakyll.Web.Template.Read.Hamlet