summaryrefslogtreecommitdiffstats
path: root/templates/index.html
blob: 7454fc4c5d6895f7631735a4462438917909b9a5 (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}}" href="#">{{name}}</a>
  </li>
{{/hosts}}
</ul>
</script>