happstack-hstringtemplate-7.0.3: Support for using HStringTemplate in Happstack

Safe HaskellNone

Happstack.Server.HStringTemplate

Description

This module provides support for using HStringTemplate with Happstack. http://hackage.haskell.org/package/HStringTemplate

Synopsis

Documentation

webSTSource

Arguments

:: MonadIO m 
=> String

template name

-> [(String, String)]

key/value attributes

-> m Response 

webST name attrs renders a name template with attrs