package testview import "git.haelnorr.com/h/oslstats/internal/view/baseview" // Page content for the test notification page templ NotificationTestPage() { @baseview.Layout("Notification Test") {

Notification Test

} }