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