.. include:: Images.txt .. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. .. ================================================== .. DEFINE SOME TEXTROLES .. -------------------------------------------------- .. role:: underline .. role:: typoscript(code) .. role:: ts(typoscript) :class: typoscript .. role:: php(code) Example for beLayout ^^^^^^^^^^^^^^^^^^^^ Our example page has 3 content areas: a top content area(field\_headercontent), a main content area (field\_content), and a right content area (field\_rightcontent). Using beLayout, we can design a backend layout for these 3 content areas which follows the structure of the frontend page. ###field\_topcontent### ###field\_content### ###field\_rightcontent### |img-11| After applying the beLayout, the page module will look like the following screenshot.