diff options
Diffstat (limited to 'templates/list-no-thermoprint.hamlet')
-rw-r--r-- | templates/list-no-thermoprint.hamlet | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/list-no-thermoprint.hamlet b/templates/list-no-thermoprint.hamlet new file mode 100644 index 0000000..4292dc3 --- /dev/null +++ b/templates/list-no-thermoprint.hamlet | |||
@@ -0,0 +1,8 @@ | |||
1 | <div .table .main> | ||
2 | <div .tr .sepBelow> | ||
3 | <div .td>Item | ||
4 | <div .td>Type | ||
5 | $forall WithType item itemType <- Set.toAscList list | ||
6 | <div .tr .color> | ||
7 | <div .td .kind>#{item} | ||
8 | <div .td .type>#{itemType} | ||