{# steward/templates/settings/notifications.html #} {% extends "base.html" %} {% from "_macros.html" import crumbs %} {% block title %}Settings — Notifications — Steward{% endblock %} {% block breadcrumb %}{{ crumbs([("Settings", "/settings/"), ("Notifications", "")]) }}{% endblock %} {% block content %} {% set active_tab = "notifications" %} {% include "settings/_tabs.html" %}
{# ── SMTP ──────────────────────────────────────────────────────────────── #}

Email (SMTP)

{# ── Webhook ───────────────────────────────────────────────────────────── #}

Webhook

{% endblock %}