Given //site/variable
, what are the steps to resolve the template & content.
The priority is from higher to lower. Once a match is found, the chain breaks.
- Check if
variable
is a hardcoded url (like the footer links, about page, login page etc.) - Decompose
variable
into its parts (e.g.["inner-circle", "special-reports"]
) - Check if the first part belongs to a subscription (e.g. inner-circle).If it's part of a subscription, use the rules for it (next segment).