{{ page.title }} {{ content }} {% assign root_page_path = root_folder | append: 'index.md' %} {% assign current_page_path = '/' | append: page.path %} {% if root_page_path != current_page_path %} {% assign child_pages_path = '/' | append: page.rel_dir %} {% assign child_pages = child_pages_path | get_pages | where_exp: "item", "item.basename != 'index.md'" | sort: 'weight' %} {% assign child_count = child_pages | size %} {% if child_count > 0 %} {% assign has_children = true %}{% else %} {% assign has_children = false %}{% endif %} {% assign has_children_is_not_empty = has_children | is_not_empty %} {% if has_children_is_not_empty %} Related articles: {% for child_page in child_pages %} {{ child_page.title }} {% endfor %} {% endif %} {% endif %}