Test Site
{% for child in site.root.children.limit(1)|limit_dependencies %}
The first child of the root page is
{{ child.title }}
.
{% endfor %}
{% block body %}{% endblock %}