Reputation: 8099
Is it possible to render a template using a layout file from a plugin? If I use the plugin tag, the template is searched form the plugin. E.g.:
render (template: "templateFromProject",
layout: "layoutFromPlugin")
Upvotes: 0
Views: 910