hakyll-3.4.1.0: A static website compiler library

Safe HaskellSafe-Infered

Hakyll.Web.Blaze

Description

Module providing BlazeHtml support for hakyll

Synopsis

Documentation

getFieldHtml :: String -> Page a -> HtmlSource

Get a field from a page and convert it to HTML. This version does not escape the given HTML

getFieldHtml' :: String -> Page a -> HtmlSource

Version of getFieldHtml that escapes the HTML content

getBodyHtml :: Page String -> HtmlSource

Get the body as HTML

getBodyHtml' :: Page String -> HtmlSource

Version of getBodyHtml that escapes the HTML content