Returns the sub-pages of the page which are visible as a hash.
{{ page.visible_children }}
{% if page.has_visible_children? %} This page has {{ page.visible_children.length }} subpages. {% endif %}