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