diff --git a/templates/node.html b/templates/node.html index fca4fbd..71f341c 100644 --- a/templates/node.html +++ b/templates/node.html @@ -6,7 +6,9 @@

{{ title }}

ID: {{ id }} -

{{ body }}

+ {% for line in body | split(pat="\n") %} + {% if line %}

{{ line }}

{% endif %} + {% endfor %}
{% if connections or incoming %}