aboutsummaryrefslogtreecommitdiffstats
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.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/templates/apps.template.html b/src/templates/apps.template.html
new file mode 100644
index 0000000..3b0f74e
--- /dev/null
+++ b/src/templates/apps.template.html
@@ -0,0 +1,17 @@
+<div class="grid">
+ {{ #apps }}
+ <div class="item my-3">
+ <button type="button" class="btn btn-outline-primary" onclick="app.launch('{{id}}')">
+ <h1 class="icon text-center">
+ {{ #icon }}
+ <i class="{{ . }}"></i>
+ {{ /icon }}
+ {{ #letter }}
+ {{ . }}
+ {{ /letter }}
+ </h1>
+ {{ name }}
+ </button>
+ </div>
+ {{ /apps }}
+</div> \ No newline at end of file