{{/* notifications.html — rendered by handleUINotificationsList via Render("settings", …).
This file exists so the glob-discovered page registry includes it cleanly.
The actual list body lives in settings.html's notification_list_body block. */}}
{{define "title"}}Notifications · Settings · restic-manager{{end}}
{{define "content"}}
{{/* This page is served under the "settings" renderer key; this file is a
placeholder discovered by the glob so ui.New() registers "notifications"
as a valid page. Handlers do not call Render("notifications", …) directly. */}}
{{end}}