This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def output = new StringWriter() | |
def template = groovyPagesTemplateEngine.createTemplate(cmsSite.content, 'blank.gsp') | |
template.make().writeTo(output) | |
output.toString() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Thu Sep 05 22:19:59 CEST 2013 |