www-from-model/page_templates/objective.md.j2
Michael Hanke 06e60eb298
All checks were successful
Deploy on webserver / Build site and deploy on success (push) Successful in 52s
feat: workflow to auto-update objective pages
2026-01-16 11:54:25 +01:00

10 lines
159 B
Django/Jinja

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