Skip to content
Snippets Groups Projects
table.mustache 535 B
<table class="table {{ classes }}">
  <thead>
    <tr>
      <td>{{ headline.short }}</td>
      <td>{{ headline.medium }}</td>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>{{ excerpt.short }}</td>
      <td>{{ excerpt.short }}</td>
    </tr>
    <tr>
      <td>{{ excerpt.short }}</td>
      <td>{{ excerpt.short }}</td>
    </tr>
    <tr>
      <td>{{ excerpt.short }}</td>
      <td>{{ excerpt.short }}</td>
    </tr>
    <tr>
      <td>{{ excerpt.short }}</td>
      <td>{{ excerpt.short }}</td>
    </tr>
  </tbody>
</table>