summaryrefslogtreecommitdiff
path: root/templates/list-no-thermoprint.hamlet
blob: 4292dc38a8a2991a6a2e654ca08ad80ca92ed3f0 (plain)
1
2
3
4
5
6
7
8
<div .table .main>
  <div .tr .sepBelow>
    <div .td>Item
    <div .td>Type
  $forall WithType item itemType <- Set.toAscList list
    <div .tr .color>
      <div .td .kind>#{item}
      <div .td .type>#{itemType}