{% include "head.html" %} {% include "header.html" %} {% include "intro.html" %} {% for group, explicit, resources in index %} {% if explicit %}

{{ group }}

{% endif %} {% for res, label in resources %} {% include 'card_softwaresourcecode.html' %} {% endfor %} {% if explicit %}
{% endif %} {% endfor %} {% include 'indexfooter.html' %}