{% extends "base.html" %} {% block title %} | Webhooks{% endblock %} {% block content %}
{# Webhook name #}
{# Webhook URL #}
{# Submit button #}
{% if webhooks %} {% for webhook in webhooks %}
{% endfor %} {% else %}

No webhooks found.

{% endif %}
{% endblock %}