{% extends 'layout_2.html' %} {% block content %}
{% for cat in page.get_child_categories %} {% include 'components/categoryTile.html' %} {% endfor %}
{% endblock content %}