www-from-model/page_templates/objective.md.j2
Michael Hanke 0b80491bb4
All checks were successful
Deploy on webserver / Build site and deploy on success (push) Successful in 36s
feat: enable graph for objectives
2026-03-09 16:15:27 +01:00

12 lines
197 B
Django/Jinja

---
title: "{{ title }}"
params:
graphRootNodePID: {{ pid }}
---
Part of
{% for item in part_of %}
- [{{ item.title }}](/{{ item.pid.replace('xyzrsens:', '') }})
{% endfor %}
{{ description }}