dc.Html

The <dc.Html> tag is a replacement for <html> that automatically adds correct <head> fields for styles, scripts and for meta such as title, description and share image. It takes into account the currently selected language.

Attributes

  • PageClass: class to add to the page level layer
  • Skeleton: file to use as the skeleton (template) for the content, not including the CMS content
  • Public: default value is true , set to false to disable indexing by web crawlers

Usage Notes

TODO document specials like Require and Meta and <dc.Param>

Examples

<dc.Html Skeleton="template-name"> <dc.Body> <p>content</p> </dc.Body> </dc.Html>

Output not applicable.

See Also