How can I insert the current page title automatically into a TYPO3 template?
actually the title is the whole question. I just want to modify the template so that the current page title is automatically shown (i'm working with html templates so I just need the bit of typoscript to get the page title out of the database) I hope that's possible It is. It's pretty simple to do. I'll assume you're using TemplaVoilà, because if you're not, you should be :-D Start off by putting some HTML in your template with a dummy page title. Give it an ID attribute so it's easy to map. Like: <h1 id="page-title">Page Title Here</h1> Next, go into TemplaVoilà and map that <h1> element to