summaryrefslogtreecommitdiff
path: root/examples/www/index.mustache
blob: 04d0632a5e5c855c12cbab773531deec47da81fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
  <head>
  </head>
  <body>
    {{meta.project}}
    <ul>
      {{#projects}}
        <li>{{id}}</li>
      {{/projects}}
    </ul>
  </body>
</html>