{% extends '_layout.jinja2' %} {% block section %} {% for svg in svgs | sort(attribute='type') %}
{{ svg.type }}
{% endfor %} {% endblock section %}