www-from-model/page_templates/objective.md.j2
adina cb4122675b objectives: description comes first
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.
2026-04-01 12:05:22 +00:00

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 %}