@hackage simple-templates2.0.0
A basic template language for the Simple web framework
Categories
License
LGPL-3.0-only
Maintainer
amit@amitlevy.com
Links
Versions
Installation
Dependencies (7)
- base <6
- text
- vector
- aeson >=0.7
- attoparsec
- scientific Show all…
Dependents (4)
@hackage/hup, @hackage/simple, @hackage/acme-everything, @hackage/lio-simple
A basic template language for the Simple web framework. The language supports variable substitution, function invokation, loops and conditionals.
Web.Simple.Templates
documents how to integrate into an app, while
Web.Simple.Templates.Language
documents the templating language syntax
and semantics.