package components import ( "context" "fmt" ) templ NotificationsPage(ctx context.Context, data NotificationsData) { @LayoutWithContext("Notifications", ctx) {
You don't have any notifications yet.
{ notification.Message }