| 
    | 
   ||
The content tree defines not only the site map of your website, but it also defines how the pages are nested.
For example, when you request the /Products/Laptops/Acer-Aspire-3105WLMi page, the portal engine loads the content in the following order:
Processed path  | 
Page template  | 
Rendered page  | 
/ (root)  | 
Main menu page template  | 
  | 
/Products  | 
Products page template  | 
  | 
/Products/Laptops  | 
Laptops page template  | 
  | 
/Products/Laptops/Acer-Aspire-3105WLMi  | 
Inherits page template from parent page. The product detail is displayed automatically instead of the listing by the document viewer.  | 
  |