using Gtk 4.0; using Adw 1; template $SettingsPage: Box { Adw.Clamp { Box { Text { text: _("This is a placeholder!"); } } } }