aboutsummaryrefslogtreecommitdiffstats
path: root/tipboard/tiles/listing.html
diff options
context:
space:
mode:
Diffstat (limited to 'tipboard/tiles/listing.html')
-rw-r--r--tipboard/tiles/listing.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/tipboard/tiles/listing.html b/tipboard/tiles/listing.html
new file mode 100644
index 0000000..52719e6
--- /dev/null
+++ b/tipboard/tiles/listing.html
@@ -0,0 +1,13 @@
+<div class="tile listing-tile" id="{{ tile_id }}">
+ <div class="tile-header">
+ <h3>{{ title }}</h3>
+ </div>
+ <div class="tile-content">
+ <ul class="listing">
+ <!--
+ listing items added here by js
+ -->
+ </ul>
+ </div>
+</div>
+