I\'m using Tiles and I\'d like an attribute defined for a page to be readable inside of one of the included subpages as follows:
tiles-definitions.xml:
tiles-definitions.xml
To propagate the title attribute to inner templates you need to add cascade="true" attribute to the title's tag, like this:
title
cascade="true"