diff --git a/page_templates/objective.md.j2 b/page_templates/objective.md.j2 index 837467d..b2cdd3f 100644 --- a/page_templates/objective.md.j2 +++ b/page_templates/objective.md.j2 @@ -4,9 +4,9 @@ params: graphRootNodePID: {{ pid }} --- +{{ description }} + Part of {% for item in part_of %} - [{{ item.title }}](/{{ item.pid.replace('xyzrsens:', '') }}) -{% endfor %} - -{{ description }} +{% endfor %} \ No newline at end of file