I have several templates on my wiki that define the exact same fields through some sort of inheritance pattern/mixin. When updating those fields in the parent templates, I need to go over each child's templatedata to update the doc.
Is there a way to include a templatedata structure within another one?