Instance method to get current tab data
Map<String, dynamic> getCurrentTabData() { return templateData[screen] ?? {}; }