Hello,
When there are several templates that have to apply the same selector-transformation pairs to the whole page, how to avoid repeating the code for each template?
Ex. in the "deftemplate layout" and "deftemplate admin-layout" of the code linked below, the last three selector-transformation pairs of each template apply to any element of the page with certain attributes (the three are part of some i18n functionality)...
How to avoid this type of repetition?
Thanks in advance,
Xavi