Split Node body in several paragraph elements

This commit is contained in:
Juno Takano 2025-12-09 21:39:28 -03:00
commit ebe0f5cfc0

View file

@ -6,7 +6,9 @@
<section>
<h1>{{ title }}</h1>
<code style="display: inline;">ID: {{ id }}</code>
<p>{{ body }}</p>
{% for line in body | split(pat="\n") %}
{% if line %} <p>{{ line }}</p> {% endif %}
{% endfor %}
</section>
{% if connections or incoming %}
<aside>