{% if parent_folder == 'docs' and path == 'index' %} {# For now do nothing if the condition is met #} {% else %} [ {{ parent_folder }} ] {% endif %} {% for folder in folders %} | {{ folder }} {% endfor %}


{% for file in files %} | {{ file }} {% endfor %}

{{ content | safe}}
{% if g.user_groups and 'CBR-Team' in g.user_groups %}
edit this page {% endif %}
{% include 'docs/markdown-ui-fixes.html' %}