{% extends "base.html" %} {% block content %}
{% for card in cards %} {% include "card.html.j2" %} {% endfor %}

Networks

{% endblock %}