summaryrefslogtreecommitdiff
path: root/templates/waddlers.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/waddlers.html')
-rw-r--r--templates/waddlers.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/waddlers.html b/templates/waddlers.html
new file mode 100644
index 0000000..69d70bd
--- /dev/null
+++ b/templates/waddlers.html
@@ -0,0 +1,3 @@
+{{ range .Users }}
+<li><strong>{{ .Username }}</strong> <span class="muted">— last seen {{ .LastSeen }}</span></li>
+{{ end }} \ No newline at end of file