summaryrefslogtreecommitdiffstats
path: root/src/templates/apps.template.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/apps.template.html')
-rw-r--r--src/templates/apps.template.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/templates/apps.template.html b/src/templates/apps.template.html
new file mode 100644
index 0000000..9916e2a
--- /dev/null
+++ b/src/templates/apps.template.html
@@ -0,0 +1,10 @@
+{{ #apps }}
+ <a href="#" class="button" id="app-{{id}}" app-id="{{ id }}" onclick="apps.start('{{id}}');">
+ <div class="icon {{ icon }}">
+
+ </div>
+ <div class="label">
+ {{ name }}
+ </div>
+ </a>
+{{ /apps }} \ No newline at end of file