description = 'Test1' data = { mashup.render(contentType: 'text/xml') { livres { livre(titre: 'GINA') libre(titre: 'The Definitive Guigue to Grails') } } } vue = { mashup.render(view: 'vue', model: [nom: 'odelia']) } items = { mashup.render(contentType: 'text/html', encoding: 'UTF-8') { html { body { ul { feed.readFeed('http://www.odelia-technologies.com/rss.xml')[0..4].each { li(it.title.toString()) } } } } } }