{% include "head.html" %} {% include "cardindex_body.html" %} {% set filterable = True %} {% include "header.html" %}
{% if buildsite %}{% endif %}
{% include "toc.html" %}
{% if buildsite %}
{% include "filters.html" %}
{% endif %}
{% 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' %}