package yocaml_jingoo
Yocaml plugin for using Jingoo as a template language
Install
Dune Dependency
Authors
Maintainers
Sources
yocaml-2.0.1.tbz
sha256=cde46c80549a7d585281fcfd1ac30e9fc04137f48512744bc6fcbde449cf265c
sha512=ca8eaa42c6edee34e433093e18a8b66e4cf3b937f5c65c0eb50a53cc59fea260b9929ce25231fe60dafb69d469bde474ae86450addc9e6844031329ff28c7e7e
doc/yocaml_jingoo/Yocaml_jingoo/index.html
Module Yocaml_jingoo
Source
Plugin for describing templates using Jingoo, a template engine inspired by Jinja2 (from the Python world).
Injection
Description of a pipeline for reading a template and injecting content.
Describes the arrowized interface for reading a file as a template and injecting content and variables.
Data template
Describes the Yocaml_jingoo
module as a template engine. Allows the latter to be passed to any function requiring it.
The type that describes the template language.
from data
Transforms a normalized data representation (data
) into an associative list of data that can be injected into a template.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page