blaze-0.0.1: Blaze-html-based HTML5 library

Safe HaskellNone

Blaze

Contents

Description

A host of HTML5 functions to make writing HTML5 with blaze-html practical.

Common imports to make:

 import Blaze
 import Blaze.Elements as E
 import Blaze.Attributes as A
 import Blaze.Bootstrap

Synopsis

Main library

Rendering

renderHtml :: Html -> Text