<!--- Pre page processing is done. Also all data for thie main module is retrieved and processed. This might be done at the top of a file or in a separate action file or in controllers. This is based on your framework. ---> <!--- // .... // ----> <!--- Include page header. ---> <cfinclude template="./header.cfm" /> <p> This is the main module for this page. </p> <!--- Include page footer. ---> <cfinclude template="./footer.cfm" />