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.1.tbz
sha256=9091d2c578cfbd15ff87f3d0dc9a64f9e02e714a22d37da14823083ec46a51b1
sha512=22231c3852a8345b6a6947c367e7cc311b57ccf2869a5d7c681384e7c0c18f0a17217ebc04ae9523833941ac71f136185cdc75090fe0849fa42a4f8a01d5e203

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) ....