All checks were successful
Deploy on webserver / Build site and deploy on success (push) Successful in 52s
10 lines
159 B
Django/Jinja
10 lines
159 B
Django/Jinja
---
|
|
title: "{{ title }}"
|
|
---
|
|
|
|
Part of
|
|
{% for item in part_of %}
|
|
- [{{ item.title }}](/{{ item.pid.replace('xyzrsens:', '') }})
|
|
{% endfor %}
|
|
|
|
{{ description }}
|