芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/www/cloud.pulsehost.co.uk/dev/docs/templates/default/components/menu.html.twig
{% if depth == 1 %}
{{ entry.title | shortFQSEN }}
{% endif %} {% if entry.children.count > 0 %}
{% for child in entry.children %}
{{ child.title | shortFQSEN }}
{{ toc(child, 'components/menu.html.twig', maxDepth, depth) }}
{% endfor %}
{% endif %}