hakyll-3.1.2.7: A simple static site generator library.

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 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