September 2017
Intermediate to advanced
408 pages
9h 25m
English
The g:inline tag can also be used to insert code into Jelly; however, unlike the g:insert tag, it makes the variables available to the included Jelly code.
For example:
<j:setvar="jvar_message" value="Hello World!" /> <g:inline template="hello.xml" />
In the preceding example, the jvar_message variable will be available in the hello.xml template.
Read now
Unlock full access