package yocaml_mustache

  1. Overview
  2. Docs
Yocaml plugin for using Mustache as a template language

Install

dune-project
 Dependency

Authors

Maintainers

Sources

yocaml-3.0.0.tbz
sha256=c5237c5f345f76c829fd9f4ec5fcd05051e6f4372b24ecf798a48c2649ce9a0e
sha512=babeab686e031160882b739f07773bf1a2ae94a10de8992a4d812b35a487a353c2d3d915ac17fe74b7961570984c62d022c9108aa72562b5d81f93829ef62576

doc/yocaml_mustache/Yocaml_mustache/Pipeline/index.html

Module Yocaml_mustache.PipelineSource

Describes the arrowized interface for reading a file as a template and injecting content and variables.

Sourceval as_template : (module Yocaml.Required.DATA_INJECTABLE with type t = 'a) -> ?snapshot:bool -> ?strict:bool -> Yocaml.Path.t -> ('a * string, 'a * string) Yocaml.Task.t

The analogous function for Yocaml.Pipeline.as_template not requiring DATA_TEMPLATE. Identical to using Yocaml.Pipeline.as_template (module Yocaml_mustache) ....