summaryrefslogtreecommitdiff
path: root/src/Hakyll/Web/Template/Read.hs
blob: 421b7e9cedd827c70ab6fd6aa1d807b0805403c7 (plain)
1
2
3
4
5
6
7
8
9
10
-- | 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