package layout import ( "context" ) func useLightOrDarkTheme(ctx context.Context) string { return "dark" }