<title> set content title

name
title
xml namespace
http://moyaproject.com

Set the title for content. This tag simply sets a value called title on the context, which can be rendered in a templates. Here's an example:

    <content libname="content.front" template="front.html">
        <title>Welcome!<title>
    </content>

A reference to title would appear somewhere in the template associated with the content. For example:

    <html>
       <head>
           <title>${title}</title>
        </head>
        <body>
            {% render sections.body %}
        </body>
    </html>

inherited attributes
name purpose type required? default choices
if Conditional expression expression No yes