Skip to content

Editing View Templates

keokilee edited this page Jan 3, 2011 · 3 revisions

Editing views

The templates used by the system are loaded from two different locations:

  • PROJECT_ROOT/templates
  • PROJECT_ROOT/apps/

PROJECT_ROOT/templates

This templates folder contains global templates that are used by the system. These include error pages and the base HTML page for the entire site. Templates for specific sections of the website should not be added here.

PROJECT_ROOT/apps/

Each folder in PROJECT_ROOT/apps/pages and PROJECT_ROOT/apps/components have their own templates folder. For example, if you wanted to edit the index page of the home page, you would go to PROJECT_ROOT/apps/pages/home/templates/home/index.html.

Clone this wiki locally