From ed2994bf8988e7aecd4fe82326e647a847bea614 Mon Sep 17 00:00:00 2001 From: Nathan Woodburn Date: Sat, 18 Nov 2023 15:38:00 +1100 Subject: [PATCH] feat: Add city html template --- templates/city_template.html | 71 ++++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 templates/city_template.html diff --git a/templates/city_template.html b/templates/city_template.html new file mode 100644 index 0000000..fd945b1 --- /dev/null +++ b/templates/city_template.html @@ -0,0 +1,71 @@ + + + + + + + ShakeCities + + + + + + + + + + + + + + + + + + + + + + + +
+
{{avatar|safe}}
+
+

{{hnschat|safe}}

+

{{email|safe}}

+

{{location|safe}}

+
+
+
+

+ {{data|safe}} +

+
+
+

Donate

+
+

{{hns|safe}}

+

{{btc|safe}}

+

{{eth|safe}}

+
+
+ + +
+
+
+

Powered by ShakeCities

+
+
+
+ + + + + \ No newline at end of file