I am writing a new Grails application which uses the website template Admintasia. Part of the layout gsp file has a section for the header and sub-header. For this to be used, I needed to be able to pass those two strings from the view to the layout.
Here’s what my view looks like:
1 2 3 4 5 6 7 8 | |
And here’s what my layout looks like:
1 2 3 4 5 | |
I hope this helps out!