{% if not edit %} {% if path != '' %} Edit {% endif %} {% autoescape false %} {{ markdown(content, extensions=['extra']) }} {% endautoescape %} {% else %} {{ content }} {% endif %} {% for child in document_tree.get_child(path).children %} {% if loop.first %} Children {% endif %} {{child.name}}{% if not loop.last %},{% endif %} {% endfor %}