/scalate-util/src/test/resources/moustache/js/delimiters.js

http://github.com/scalate/scalate · JavaScript · 6 lines · 6 code · 0 blank · 0 comment · 0 complexity · c835425c6d2118b62d17e21d9dae5059 MD5 · raw file

  1. var delimiters = {
  2. first: "It worked the first time.",
  3. second: "And it worked the second time.",
  4. third: "Then, surprisingly, it worked the third time.",
  5. fourth: "Fourth time also fine!."
  6. }