wheb-strapped: Strapped templates for Wheb

[ bsd3, library, web ] [ Propose Tags ]

Implements basic functionality for:

In action:

Use with language extensions OverloadedStrings, FlexibleInstances, MultiParamTypeClasses

 import           Control.Monad.Except

 import           Web.Wheb
 import           Web.Wheb.Plugins.Strapped
 import           Text.Strapped

 type MyApp = WhebT MyGlobalCtx () IO

 data MyGlobalCtx = MyGlobalCtx (StrappedContainer MyApp)

 instance StrappedApp MyGlobalCtx MyApp where
     getStrappedContainer (MyGlobalCtx g) = g

 main :: IO ()
 main = do
  opts <- generateOptions $ do
    sc <- initStrapped "examples/resources" ".html"
    addGET "." rootPat $ renderTemplate "index.html" (emptyBucket)
    return (MyGlobalCtx sc, ())
  runWhebServer opts

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.0.1.0, 0.0.2.0, 0.1.0.0
Dependencies base (>=4.7 && <4.8), mtl (>=2.2 && <2.3), StrappedTemplates (>=0.2 && <0.3), text (>=1.1 && <1.2), Wheb (>=0.3 && <0.4) [details]
License BSD-3-Clause
Author Kyle
Maintainer me@khanson.io
Category Web
Home page https://github.com/hansonkd/Wheb-Framework
Uploaded by hansonkd at 2014-09-14T04:40:41Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2178 total (8 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]