summaryrefslogtreecommitdiffstats
path: root/templates/index.html
blob: 387391131ee65f459615cb6947db39e210e05518 (plain)
1
2
3
4
5
6
7
8
9
10
11
<script id="hosts" type="text/html">
<h1>Hostinfo</h1>

<ul id="hosts" class="row">
{{#hosts}}
  <li class="span2">
    <a data-uri="{{uri}}" class="thumbnail">{{name}}</a>
  </li>
{{/hosts}}
</ul>
</script>