hakyll-2.0: A simple static site generator library.Source codeContentsIndex
Text.Hakyll.Context
Description
This (quite small) module exports the datatype used for contexts. A Context is a simple key-value mapping. You can render these Contexts with templates, and manipulate them in various ways.
Synopsis
type Context = Map String String
Documentation
type Context = Map String StringSource
Datatype used for key-value mappings.
Produced by Haddock version 2.7.2