{% extends 'base.html' %} {% block content %}

Links

{{ links | length }} links found in context {{ session['context_uuid'] }}
{% if links %} {% for link in links %} {% endfor %} {% else %} {% endif %}
UUID Name Endpoints
{{ link.link_id.link_uuid.uuid }} {{ link.name }}
No links found
{% endblock %}