In the Fluid template of a plugin I am working on, some things are hardcoded. For instance:
<f:page.link pageUid="114">link</f:page.link>
Since pageUid values are not the same on the test and production servers I would like to make this more dynamic.
I would like to store the pageUid in a variable and then use the variable in the Fluid template.