<table class="table table-hover" id="timenew_list">
  <thead>
    <tr>
      <th>Sl. No</th>
      <th>Time Slot</th>
    </tr>
  </thead>
  <tbody>
    {{#soltdetails}}
    <tr>
      <td>{{{slno}}}</td>
      <td>{{{timeslote}}}</td>
    </tr>
    {{/soltdetails}}
  </tbody>
</table>