Section parameters

Section Parameters are used by template developers to parameterize their templates based on the current section. Each section has its own file called 'section.properties', and you can put simple properties in there, with a different value for each section. The templates may then request these parameters by using the <section:parameter/> tag, or the 'section.parameter(xxx)' property using <util:valueof> or a <%= scriptlet %>