hamlet-0.7.0.1: Haml-like template files that are compile-time checked

Text.Hamlet.RT

Contents

Description

Most everything exported here is exported also by Text.Hamlet. The exceptions to that rule should not be necessary for normal usage.

Synopsis

Public API

newtype HamletRT Source

Constructors

HamletRT [SimpleDoc] 

type HamletMap url = [([String], HamletData url)]Source