Skip to content

Instantly share code, notes, and snippets.

@nborrmann
Created August 31, 2014 16:11
Show Gist options
  • Save nborrmann/4dfabffcf2e7d967be66 to your computer and use it in GitHub Desktop.
Save nborrmann/4dfabffcf2e7d967be66 to your computer and use it in GitHub Desktop.
Render String as gsp
def output = new StringWriter()
def template = groovyPagesTemplateEngine.createTemplate(cmsSite.content, 'blank.gsp')
template.make().writeTo(output)
output.toString()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment