Hello again,
my CodeIgniter apps use following custom template format:
let say, main_index.php:
(pseudo code)
load-> header
content of main
load-> footeri know this should be possible in EE but where do we exactly look in the documentation?
Also, what are template groups?
Is a template group something like “all the files related to 1 page” like for example,
the index page?
Like “header template”, “content template” and “footer template” related to just the 1 part of the website?
Please clarify this, thank you!