The central column displays the main page content, as entered into iCM. This includes text, images, inline links and other embedded content.
Breadcrumb
The breadcrumb trail shows the position of the current article in the navigation tree of the site. Each page title in the trail acts as a link to a direct ancestor of the current article. The link text for each entry in the breadcrumb is the best link text of the target article.
The breadcrumb trail appears on all pages except for those that use the Home template.
Page Title and Introduction
Beneath the breadcrumb is the title of the current page, then the article introductory text (if present) as entered into the iCM article editor.
Related Image
The first image related to an article appears between the title area and main body content.
It will automatically be resized to have a maximum width of 1020px, but can be any height. The Command theme only displays a single related image, additional related images are ignored.
Text and Body Content
Beneath the title is the page's body text with its inline content. The Command theme supports all of the standard inline types, so additional images could be added into your text if needed.
The theme includes a "Note" inline style that can be applied to sections of text.
Highlight the text you'd like to apply the style to, then pick "Note" from the styles drop-down in the article editor. The style is present in the theme's standard CSS, but will need adding to the rules of iCM's article editor, like this:
{ "name" : "Note", "element" : "span", "attributes" : { "class" : "note" } }
Template Specific Content
Template specific content, like forms, search boxes, or login controls, is generally displayed beneath the body text. The sections describing each template give further details.