[eluser]easylancer[/eluser]
After trying to impliment my first template I realize there are some repetitive tasks which would be taken out if template tags were more flexible and if it wasn't predefines as such when it come on to site content. Also I have 1 website header but each time i create a new template i have to make it with the header again, there should be a inlude function to include view in views. Take a look at Modx as to the content should be open to the template tags.
Edit..
I just found where the template tags are defined in the controller, but is there a way to extend the base page controller without making my edits directly in it?