{% import "macros/buttons.html" as buttons %} {% import "macros/icons.html" as icons %} {% extends "admin/webhooks/list.html" %} {% block head_title_content %}{{ webhook.url }} ยท {{ super() }}{% endblock %} {% set open_aside = true %} {% block aside %}

{{ webhook.url }}

Events
Edit Webhook
Delete Webhook
{% endblock %}