!--a11y-->
Creating a Page Layout Template PAR File 
Creating a layout template PAR file enables you to deploy a new layout that can be used by the Page Wizard when creating portal pages.
For more information on page layout PAR files, see Elements of a Layout PAR File.
· You have created one or more layoutTemplate.jsp files.
· You have created a portalapp.xml file.
Several layout templates can be wrapped in one PAR file (zipped file), which follows the standard PAR file structure. The mandatory files in a layout template PAR file are the layoutTemplate.jsp files and the portalapp.xml file.
...
1. Create a layout template PAR file, structured as follows:
PORTAL-INF (dir)
portalapp.xml
jsp (dir)
fullWidth.jsp
narrowWideNarrow.jsp
- ....
2. Add any additional files as resources, according to the standard PAR file structure.
You now have a PAR file for deployment in the portal.