(Quick Reference)
theme:layoutHTMLTitle
Purpose
Renders the HTML
<title>
attribute for the
<head>
section of a Theme layout, using the
title tag to supply the content, safely escaping and resolving the title using standard Platform UI i18n rules.
Theme layouts should use this tag to render the title.
Example
An example theme layout:
<html>
<head>
<theme:layoutHTMLTitle/>
</head>
<body>
<div class="heading">
<theme:layoutTitle/>
</div>
<div class="content">
<theme:layoutZone name="body"/>
</div>
</body>
</html>
Attributes
None