Facelets templates are XHTML files that are used as page layouts that are referenced by Facelets template client pages.
The New Facelets Template wizard enables you to choose a layout for the template and
create a template that is formatted using either CSS stylesheets or HTML <table>
elements.
A project can have multiple template files.
You open the New Facelets Template wizard by right-clicking a web application, choosing New > Other and selecting Facelets Template from the JavaServer Faces category.
In the Name and Location page, you have to set the following properties:
The wizard generates a default.css file, and a cssLayout.css or tableLayout.css file, depending on your layout selection.