<html> <head> <meta name="layout" content="myLayout" /> <script src="myscript.js" /> </head> <body>Page to be decorated</body> </html>
<html> <head> <script src="global.js" /> <g:layoutHead /> </head> <body><g:layoutBody /></body> </html>
<html> <head> <script src="global.js" /> <script src="myscript.js" /> </head> <body>Page to be decorated</body> </html>