From 34b24a0dcb044cb755e201ad1a83253d0690e78e Mon Sep 17 00:00:00 2001
From: Andrew Godwin
Date: Sun, 13 Nov 2022 16:14:38 -0700
Subject: More UI!
---
templates/index.html | 4 ++++
1 file changed, 4 insertions(+)
(limited to 'templates/index.html')
diff --git a/templates/index.html b/templates/index.html
index dfd1805..9e09a43 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -3,6 +3,10 @@
{% block title %}Welcome{% endblock %}
{% block content %}
+
+
{% for identity in identities %}
{{ identity }}
{% endfor %}
--
cgit v1.2.3