File: crazy_recursive.mustache

package info (click to toggle)
ruby-mustache 1.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, trixie
  • size: 480 kB
  • sloc: ruby: 2,267; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 111 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
<html>
  <body>
    <ul>
      {{#top_nodes}}
      {{> node}}
      {{/top_nodes}}
    </ul>
  </body>
</html>