summaryrefslogtreecommitdiffstats
path: root/templates/index.html
blob: 1933e65485c37c902e10dda854c760c2588eec23 (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 thumbnail">
    <a data-uri="{{uri}}">{{name}}</a>
  </li>
{{/hosts}}
</ul>
</script>