summaryrefslogtreecommitdiffstats
path: root/mustache-templates/reproducible/README
diff options
context:
space:
mode:
Diffstat (limited to 'mustache-templates/reproducible/README')
-rw-r--r--mustache-templates/reproducible/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/mustache-templates/reproducible/README b/mustache-templates/reproducible/README
new file mode 100644
index 00000000..fb314895
--- /dev/null
+++ b/mustache-templates/reproducible/README
@@ -0,0 +1,12 @@
+mustache is documented in PLEASE FIXME valerie! :)
+
+{{#foo}}
+ -> if foo is defined
+
+{{^foo}}
+ -> if foo is not defined
+
+{{#foo}}{{^bar}}
+ -> if foo is defined and bar is not defined
+
+