String buildNote(String template, Iterable<String> entries) { return template.replaceAll("%entries%", entries.join("\n")); }