fm:Meta


The Meta component allows you to add <meta> tags in the <head> section of your html document from within an Application Template.

This allows you to add meta-information that's relevant to the context of, for example, a media-detail page. You must include the {$htmlheaders} template variable to your wrapper template in order for this to work.

Example

<fm:Meta name="Author" content="Newzulu Greasemonkeys" />

Supported attributes

NameRequiredDefaultDescription
contentRequiredN/AThe contents of the meta-tag
nameRequiredN/AThe name of the attribute

Template variables

This component defines no template variables.

See also