Hi -
I’m refactoring template code and am wondering, from an efficiency standpoint, when best to use an embedded template vs a Snippet.
Is a Snippet always more efficient over an embedded template if the include template code can run within the Snippet?
Example: Is it more efficient to include all common header and top navigation in one Snippet or one embedded template?
TIA