{% extends "base.html" %} {% block title %}{{ page_name }}{% endblock %} {% block content %}
{% for halo in haloes %}
{% endfor %}
{% endblock %}