static String formatHeaderContent(String? header, List<String?> contents) { return '${header}:\n${contents.map((e) => '\t\t$e').join('\n')}'; }