breve

Safe HaskellNone
LanguageHaskell2010

Views

Description

This module contains the HTML pages used by the web application. These are all obtained by filling a single template with the page structure.

Synopsis

Documentation

index :: Html Source #

The homepage

done :: Text -> Html Source #

The page shown when a new url has been submitted successfully. Takes the resulting url as an argument.

message :: Text -> Html Source #

Displays a text message in the page center

template :: Html -> Html Source #

The main Breve template

Takes HTML code and embeds it in the inner page container.