Hi guys, I am trying to figure out how I can have my page title change per page.
1: I have a template called index
2: Index has {embed="includes/head}
3: The includes/head file contains the <title> tag
I tried <title>{title}</title> but it didnt render.
Is there a way to do this?