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
-
-
- {% for alias in aliases %}
- - {{ alias }}
- {% endfor %}
-
-
- {% endif %}
- {% if properties %}
-
-
- Properties
-
-
- {% for property in properties %}
- -
- {{ property[0] }}
-
- -
- {{ property[1] }}
-
- {% endfor %}
-
-
- {% endif %}
- {% if links %}
-
-
- Links
-
-
- {% for link in links %}
- -
-
- {{ link[0] }}{% if link[1] is not none %} ({{ link[1] }}){% endif %}
-
-
- -
-
- Link destination
-
- {% if link[2] is not none %}
- {{ link[2] }}
- {% elif link[3] is not none %}
- {{ link[3] }}
- {% endif %}
- {% if link[4] %}
-
- Link properties
-
-
- {% for property in link[4] %}
- -
- {{ property[0] }}
-
- -
- {{ property[1] }}
-
- {% endfor %}
-
- {% endif %}
- {% if link[5] %}
-
- Link titles
-
-
- {% for title in link[5] %}
- -
- {{ title[0] }}
-
- -
- {{ title[1] }}
-
- {% endfor %}
-
- {% endif %}
-
- {% endfor %}
-
-
- {% endif %}
+
+
+
+ {{ subject }}
+
+ {% if aliases %}
+
+
+
+ Aliases
+
+
+ {% for alias in aliases %}
+ - {{ alias }}
+ {% endfor %}
+
+
+ {% endif %}
+ {% if properties %}
+
+
+
+ Properties
+
+
+ {% for property in properties %}
+ -
+ {{ property[0] }}
+
+ -
+ {{ property[1] }}
+
+ {% endfor %}
+
+
+ {% endif %}
+ {% if links %}
+
+
+
+ Links
+
+
+ {% for link in links %}
+ -
+
+ {{ link[0] }}{% if link[1] is not none %} ({{ link[1] }}){% endif %}
+
+
+ -
+ {% if link[2] is not none %}
+
+ Link destination
+
+ {{ link[2] }}
+ {% endif %}
+ {% if link[3] is not none %}
+
+ Link template
+
+ {{ link[3] }}
+ {% endif %}
+ {% if link[4] %}
+
+ Link properties
+
+
+ {% for property in link[4] %}
+ -
+ {{ property[0] }}
+
+ -
+ {{ property[1] }}
+
+ {% endfor %}
+
+ {% endif %}
+ {% if link[5] %}
+
+ Link titles
+
+
+ {% for title in link[5] %}
+ -
+ {{ title[0] }}
+
+ -
+ {{ title[1] }}
+
+ {% endfor %}
+
+ {% endif %}
+
+ {% endfor %}
+
+
+ {% endif %}
+