/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
- <html>
- <body>
- <ul>
- {{#top_nodes}}
- {{> node}}
- {{/top_nodes}}
- </ul>
- </body>
- </html>