<s:page_title>

Simply gets replaced with the title of the web page currently being viewed, and generally only needs to be placed within the header inside the `<title>` tag, and once at the top of the header inside `<h1>` tags or similar.

NOTE: If auto extracting of page titles is turned on, Syrus will search for and remove the first occurrence of `<>h1</h1>` tags within the body file of the template, and use that as the page title. This allows you as the designer to place page titles within more complex HTML structures, while back-end developers only need to place `<h1>` tags at the top of each template. Auto extraction of page titles is turned on by default, but can be turned off within the /config/container.php file.

Example HTML


<s:page_title>


Example Output

My Web Site