/scalate-core/src/test/resources/moustache/js/crazy_recursive.html

http://github.com/scalate/scalate · HTML · 9 lines · 9 code · 0 blank · 0 comment · 0 complexity · 5c9de726b3a68020d79aa6c7925ab22e MD5 · raw file

  1. <html>
  2. <body>
  3. <ul>
  4. {{#top_nodes}}
  5. {{> node}}
  6. {{/top_nodes}}
  7. </ul>
  8. </body>
  9. </html>