{% import "macros/icons.html" as icons %} {% extends layout %} {% block head_title_content %}Webhooks ยท {{ super() }}{% endblock %} {% block main %}

Webhooks

{{ icons.plus('w-4 h-4') }}
{% include "admin/webhooks/table.html" %} {% endblock %}