DEBSOURCES
Skip Quicknav
sources / ruby-mustache / 1.1.1-2 / test / fixtures / crazy_recursive.mustache
123456789
<html> <body> <ul> {{#top_nodes}} {{> node}} {{/top_nodes}} </ul> </body> </html>