<html>
<body>
<table rules="all">
  <caption>
    <a href="https://github.com/janl/mustache.js" target="mustache">learn mustache</a>
    |
    <a href="./template/test.mst">template source</a>
  </caption>
  <tbody>
  {{#objects.rows}}
    <tr>
      <td>{{object_name}}</td>
      <td>{{subobject_name}}</td>
      <td>{{object_type}}</td>
      <td>{{created}}</td>
    </tr>
  {{/objects.rows}}
  </tbody>
</table>
</body>
</html>