summaryrefslogtreecommitdiffstats
path: root/mustache-templates/reproducible/README
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-07-28 14:13:56 -0400
committerHolger Levsen <holger@layer-acht.org>2016-07-28 14:13:56 -0400
commitb3238df8e33c0afd53906c6069f69b37b1a9a923 (patch)
tree0e6aff70dfe0cabef7048ac2e05e28dbfea30cfd /mustache-templates/reproducible/README
parenta2a59adfd7ac9047c39f563802edf8ba0cb68b82 (diff)
downloadjenkins.debian.net-b3238df8e33c0afd53906c6069f69b37b1a9a923.tar.xz
reproducible: minor nitpickings about Val's last commits
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
+
+