Keyboard firmwares for Atmel AVR and Cortex-M
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

build_report_table.html 185B

12345678910
  1. <table class="sortable pane bigtable stripped-odd">
  2. <tr>
  3. <th>Toolchain</th>
  4. </tr>
  5. {% for run in build %}
  6. <tr>
  7. <td>{{run.toolchain}}</td>
  8. </tr>
  9. {% endfor %}
  10. </table>