5657585960616263646566
if (buffer == null) { throw new FileNotFoundException(location); } return new TemplateSource() { @Override public String content() throws IOException { // load from the file system return buffer; }