module Text.Hakyll.Context ( Context ) where import Data.Map (Map) type Context = Map String String