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

Text.Lucius

Contents

Synopsis

Datatypes

Rendering

renderLucius :: (url -> [(Text, Text)] -> Text) -> Lucius url -> TextSource

Parsing

lucius :: QuasiQuoterSource

>>> renderLucius undefined [lucius|foo{bar:baz}|]
"foo{bar:baz}"

Re-export cassius