• {{ value.page.title }} {% if value.page.get_children.live.count %}
      {% for child_page in value.page.get_children.live %}
    • {{ child_page.title }} {% if child_page.get_children.live.count %}
        {% for grandchild_page in child_page.get_children.live %}
      • {{ grandchild_page.title }}
      • {% endfor %}
      {% endif %}
    • {% endfor %}
    {% endif %}