_includes/list-children.html (8 lines of code) (raw):
{% comment %}
TODO style this much better
{% endcomment %}
<div class="list-children"><ul>
{% for item in page.menu %}
<li> <a href="{{ item.url }}">{{ item.title }}</a> </li>
{% endfor %}
</ul></div>