Im new at Expression Engine and Im very happy with it.
But there is one main component that I dislike.
The Templating Engine is an Inlcude-Like System. There arent a nice templateing Engine like this: http://components.symfony-project.org/templating/
and to put in every page this:
{html_head}
{title}
{meta}
...
{html_head_end}
{html_body}
...
isn’t very nice! the placeholder repeat itself on every page, thats not nice.
how do you solve a clever workflow for your templates?