diff --git a/acrate-webfinger/src/webfinger.html.j2 b/acrate-webfinger/src/webfinger.html.j2 index 1bb22ce..3fcc79c 100644 --- a/acrate-webfinger/src/webfinger.html.j2 +++ b/acrate-webfinger/src/webfinger.html.j2 @@ -2,97 +2,182 @@ {{ subject }} ยท Acrate Webfinger + -

- Acrate Webfinger -

-

- {{ subject }} -

- {% if aliases %} -
-

- Aliases -

- -
- {% endif %} - {% if properties %} -
-

- Properties -

-
- {% for property in properties %} -
- {{ property[0] }} -
-
- {{ property[1] }} -
- {% endfor %} -
-
- {% endif %} - {% if links %} - - {% endif %} +
+

+ Acrate Webfinger +

+
+
+

+ {{ subject }} +

+ {% if aliases %} +
+
+

+ Aliases +

+ +
+ {% endif %} + {% if properties %} +
+
+

+ Properties +

+
+ {% for property in properties %} +
+ {{ property[0] }} +
+
+ {{ property[1] }} +
+ {% endfor %} +
+
+ {% endif %} + {% if links %} +
+ + {% endif %} +