Module providing BlazeHtml support for hakyll
- getFieldHtml :: String -> Page a -> Html
- getFieldHtml' :: String -> Page a -> Html
- getBodyHtml :: Page String -> Html
- getBodyHtml' :: Page String -> Html
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