The Hippo JSF example consists of a simple website which is connected to the Hippo Repository. The pages which are used in this example can be found as default documents in the Hippo Repository.
The website is based on several templates. These templates can be found as xhtml pages in the root of the web application folder. When you look at these files, you may notice the following tag:
<hippo:content partName="body"/>
This tag provides the interface with the repository and makes it possible to get the content of the documents from the repository. In the examples below you will see how the example pages look like. When you look at the examples you can distinguishe the different layouts that are used for the different documents.