All checks were successful
Deploy on webserver / Build site and deploy on success (push) Successful in 37s
11 lines
176 B
Django/Jinja
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 }}
|