{% extends "index/_base.html" %} {% block content %} {{ super() }}
{% for project, attrs in projects.items() %}
{% include "index/_projects_panel_head.html" %} {% include "index/_projects_panel_body.html" %}
{% endfor %}
{% endblock %}