Render Times

  <tr>
    <th>View</th>
    <th>Render Time</th>
  </tr>

  {{# times }}
    <tr>
      <td>{{ key }}</td>
      <td>{{ value }}</td>
    </tr>
  {{/ times }}

Variables

  <tr>
    <th>Name</th>
    <th>Value</th>
  </tr>

  {{# variables }}
    <tr>
      <td>{{ key }}</td>
      <td class="variable">{{ value }}</td>
    </tr>
  {{/ variables }}