package weberizer
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
Compile HTML templates into OCaml modules
Install
Authors
Maintainers
Sources
weberizer-0.8.tbz
md5=382777e802ce2e7d207b12167eaf5644
Description
Weberizer is a simple templating engine for OCaml. It compiles the template to an OCaml module, providing an easy way to set the variables and render the template. String values are automatically escaped according to the context of the template in which they appear. You can add you own functions to the generated module — for example to set several related variables at once (you can also hide those variables from the interface if desired).
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page