# Theme Layouts

## Layouts Folder File Structure

* &#x20;layouts (The folder that contains layouts in your theme)
  * &#x20;blog.cfm (Mandatory layout used for all blog views by     convention)
  * &#x20;pages.cfm (Mandatory layout used for all pages by convention)
  * &#x20;maintenance.cfm (Optional used when in maintenance mode, else defaults to pages)
  * &#x20;search.cfm (Optional used when doing searches, else defaults to pages)
