I find that it reads better to have the description first. Otherwise, there is a detachted "part of" preceeding the description paragraph. But this is just my subjective opinion - thus proposed as a PR.
12 lines
No EOL
196 B
Django/Jinja
12 lines
No EOL
196 B
Django/Jinja
---
|
|
title: "{{ title }}"
|
|
params:
|
|
graphRootNodePID: {{ pid }}
|
|
---
|
|
|
|
{{ description }}
|
|
|
|
Part of
|
|
{% for item in part_of %}
|
|
- [{{ item.title }}](/{{ item.pid.replace('xyzrsens:', '') }})
|
|
{% endfor %} |