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.7.8.tbz
sha256=f0f9bfc250c1176152389ac513004423131281f84da751b4f11eb81d3761df24
md5=00404cfa89d106f5d527ad46e2b3fdea
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