Get a list of all templates.
List<String> getTemplates() { var templates = prefs.getStringList('templates'); if (templates == null) return []; return templates; }