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.
<fm:Meta name="Author" content="Newzulu Greasemonkeys" />
Name | Required | Default | Description |
---|---|---|---|
content | Required | N/A | The contents of the meta-tag |
name | Required | N/A | The name of the attribute |
This component defines no template variables.