Default Page Templates

Master page template

The Master Page Template acts as a wrapper for the site. This page template is where you place:

  • The header and footer files (ex: CSS, js, etc.)
  • All elements common to all pages of the site (ex: header navigation, footer section)

Following page templates

The Following Page Template acts as a child template wrapper for the site. This page would be very useful for different layouts for pages of the site. A good suggestion for various Following templates would be:

  • Following-Banner-Title: for pages with a banner and page title
  • Following-NoBanner: for pages with a title but without a banner
  • Following-NoTitle: for pages with a banner but without a title
  • Following-NoBanner-NoTitle: for pages without banner and title
  • Following-FullWidth-NoBannerNoTitle: for pages without banner and title in full width

Other page templates

The Other Page Templates are page templates that are not child pages to the Master template. This may not contain the header and footer, and may just be a blank page with a title, or maybe a page with an entirely different look than the rest of the site pages.

  • Other-NoHeader-NoFooter: for pages without header and footer but contains a page title or pages that have a different styling/layout/look than what is usual