{% extends "base.html" %} {% load static %} {% block content %}
{% include "partials/toc.html" %}
{% for org in orgs %} {{ org }} fsafa {% endfor %} {% include "partials/info_box.html" %} {% include "partials/news.html" %} {% for game in games %} {% include "partials/game_card.html" %} {% endfor %}
{% endblock content %}