Hi there,
learning by doing…. and searching the docs, forum etc. ... and asking questions…
I wonder if my thinking is somehwat correct, that if I would start a new web site design, I would (could) use a set of templates, which can include other templates.
So, I would design a TemplateGroup with a couple of “common” parts of a web page, such as a template for header, a template for the menu, a template for the footer etc..
Then, I would have a TemplateGroup with some main pages. And for example in the index template I would write
{include:header}
....
{include:footer}
Is that correct? Thanks for any clarification.