{% for d in dirs -%}
{% if d %}
{% set relpath_d = relpath(d, directory) %}
{% else %}
{% set relpath_d = relpath('.', directory) %}
{% set d = 'Home' %}
{% endif -%}
{% for d in dirs -%}
{% if d %}
{% set relpath_d = relpath(d, directory) %}
{% else %}
{% set relpath_d = relpath('.', directory) %}
{% set d = 'Home' %}
{% endif -%}
{% if relpath_d == '.' %}
{% if children is defined -%}
{% for c in children %}
{% set child_filename = basename(c.canonical_filename()) %}
{% if child_filename == 'index.html' %}
{% set child_filename = basename(c.long_canonical_filename()) %}
{% endif %}