simple-templates

A basic template language for the Simple web framework

http://simple.cx

Version on this page:0.8.0.1
LTS Haskell 22.13:2.0.0
Stackage Nightly 2024-03-14:2.0.0
Latest on Hackage:2.0.0

See all snapshots simple-templates appears in

LGPL-3.0-only licensed by Amit Aryeh Levy
Maintained by [email protected]
This version can be pinned in stack with:simple-templates-0.8.0.1@sha256:aa794253e7305dad2a03786a49dd38d347a9f6bc4d615f27ba0b191948365c15,1744

Module documentation for 0.8.0.1

Used by 1 package in nightly-2018-03-12(full list with versions):

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.