package weberizer
Compile HTML templates into OCaml modules
Install
Dune Dependency
github.com
Readme
Changelog
LGPL-3.0-only WITH OCaml-LGPL-linking-exception License
Edit opam file
Versions (2)
Authors
Maintainers
Sources
weberizer-0.8.tbz
sha256=682f207f8b48a686e5bd0b7878845195f7ccf538e631e9fe5ee649d9f4b5ecbe
md5=382777e802ce2e7d207b12167eaf5644
doc/index.html
weberizer
API
Library weberizer
Weberizer
Simple templating library. It reads HTML files "with variables" and can either output an OCaml module (reusable template with some static checks) or perform substitutions and return the HTML.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page