using Gtk 4.0; using Adw 1; template $HomePage: Box { Adw.StatusPage { title: _("Home"); Box { Text { text: _("This is a placeholder."); } } } }