Page Elements

The elements of the page make it easier to edit the pages of the site:

  • &title; - The title of the page. Typically, it is placed in the title tag of the page code. When the page is published, instead of this element, the page header text specified for each page of the site will be located;
  • &description; - description of the page. As a rule, it is placed in the meta tag and, when published, is replaced by the description of the page specified for each page;
  • &keywords; - keywords. This element is placed in the meta tag and is replaced when published on the keywords specified in the description and the second title of the page;
  • &header; - Used to display the page headers in a certain part of the site. This element differs from the title by the ability to output tags;
  • &icon; - icon of the page. This element should be placed in the place of the page template where the icon specified in the page settings will be displayed;
  • &body; - This element is the key when filling pages with content. It is added to the html-code in the part of the code where the main content of the site will be located. When filling the pages in the editor, the content will be placed in the placement of the & body element;
  • &pageUrl; - the path to this page will be displayed inside the site;
  • &headerNeat; - the name will be displayed without the keywords written after the first point in the header 2.

Navigation

  • &sections; This element is replaced by a list of pages of the highest level, i.e. which are represented in the tree of pages in the form of booklets;
  • &buttons; - this element is replaced by a list of pages of the second level, those pages that are embedded in the pages of the highest level;
  • &location; - placed in the part of the page where you want to display the current location of the site visitor;
  • &sibling; - adds links to the next and previous pages relative to the current one.