heterocephalus

A type safe template engine for collaborating with front end development tools

https://github.com/arowM/heterocephalus#readme

Version on this page:1.0.1.0
LTS Haskell 22.17:1.0.5.7
Stackage Nightly 2024-04-20:1.0.5.7
Latest on Hackage:1.0.5.7

See all snapshots heterocephalus appears in

MIT licensed by Kadzuya Okamoto
Maintained by [email protected]
This version can be pinned in stack with:heterocephalus-1.0.1.0@sha256:ed43c4eaa13fb6620a2b00a2e8e4d01af9dbe0371407a5f9995b3ce55143cbe3,2469

Module documentation for 1.0.1.0

Recent front end developing tools are growing fast and have created the complicated ecosystem, and few front end developer want to use Shakespeare template instead of commonly used node friendly engines such that pug, slim, haml, though Shakespeare template has great feature of compile time variable interpolation and type checking.

From this observation, Heterocephalus is developed for using with another feature rich template engine and only provides the way to interpolate server side variables into the precompiled template file with forall and if statement.