{% for category in categories %}
  • {{ category.name }}

    {% for point in category.points %} {% include 'main/includes/molecules/popouts/popout_point.html' with name=point.name %} {% endfor %}
  • {% endfor %}