www/table.mustache [38:61]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  <table class='table table-striped'>
    <thead><tr>
      <th>Column</th>
      <th>ID</th>
      <th>Type</th>
      <th>Encoding</th>
      <th>Compression</th>
      <th>Read default</th>
      <th>Write default</th>
    </tr></thead>
    <tbody>
    {{#columns}}
      <tr>
        <th>{{#is_key}}<u>{{/is_key}}
          {{name}}
          {{#is_key}}</u>{{/is_key}}</th>
        <td>{{id}}</a></td>
        <td>{{type}}</td>
        <td>{{encoding}}</td>
        <td>{{compression}}</td>
        <td>{{read_default}}</td>
        <td>{{write_default}}</td>
      </tr>
    {{/columns}}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



www/tablet.mustache [32:55]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  <table class='table table-striped'>
    <thead><tr>
      <th>Column</th>
      <th>ID</th>
      <th>Type</th>
      <th>Encoding</th>
      <th>Compression</th>
      <th>Read default</th>
      <th>Write default</th>
    </tr></thead>
    <tbody>
    {{#columns}}
      <tr>
        <th>{{#is_key}}<u>{{/is_key}}
          {{name}}
          {{#is_key}}</u>{{/is_key}}</th>
        <td>{{id}}</a></td>
        <td>{{type}}</td>
        <td>{{encoding}}</td>
        <td>{{compression}}</td>
        <td>{{read_default}}</td>
        <td>{{write_default}}</td>
      </tr>
    {{/columns}}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



