{% extends "base.html" %} {% import "bootstrap/wtf.html" as wtf %} {% import "bootstrap/fixes.html" as fixes %} {% import "bootstrap/utils.html" as util %} {% import 'macros.html' as pbw %} {% block title %}Edge Catalog{% endblock %} {% block content %}
{{ util.flashed_messages(dismissible=True, container=False) }}
{{ pbw.render_edge_list(edges) }}
{% include "footer.html" %} {% endblock %}