summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-09-15 15:20:50 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-09-15 15:20:50 +0200
commitb8821e100e0d8b02cde5392a2bb7d5f71428de87 (patch)
treeb6375df34485b19845709020781411b45b490e12 /templates
parent42cd5f4a218be39b90a37d94eb5cdb6570ad2ab2 (diff)
downloadbar-b8821e100e0d8b02cde5392a2bb7d5f71428de87.tar
bar-b8821e100e0d8b02cde5392a2bb7d5f71428de87.tar.gz
bar-b8821e100e0d8b02cde5392a2bb7d5f71428de87.tar.bz2
bar-b8821e100e0d8b02cde5392a2bb7d5f71428de87.tar.xz
bar-b8821e100e0d8b02cde5392a2bb7d5f71428de87.zip
Disable thermoprint via flag
Diffstat (limited to 'templates')
-rw-r--r--templates/list-no-thermoprint.hamlet8
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}