www-from-model/page_templates/topic.md.j2
Michael Hanke c0f830016c
All checks were successful
Deploy on webserver / Build site and deploy on success (push) Successful in 37s
feat: auto-generate topic pages
2026-01-16 09:48:02 +01:00

11 lines
176 B
Django/Jinja

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