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>
name | purpose | type | required? | default | choices |
---|---|---|---|---|---|
if |
Conditional expression | expression | No | yes |