File: node.mustache

package info (click to toggle)
ruby-mustache 1.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 620 kB
  • sloc: ruby: 2,712; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 92 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
<li>
  {{contents}}
  <ul>
    {{#children}}
    {{> node}}
    {{/children}}
  </ul>
</li>