= Custom Pages = [[TOC]] Sahana Eden supports custom Pages as part of it's overall [DeveloperGuidelines/Templates Templates] system. This allows customisation of: * Home page * Totally new pages Custom pages are defined within the templates folder to reduce issues with merging. == Home Page == The web server is normally configured to redirect requests to: {{{ http://host.domain }}} to: {{{ http://host.domain/application/default/index }}} Which maps to {{{controllers/default.py}}} & the {{{index()}}} function therein. The default application & controller can be easily edited in {{{web2py/routes.py}}} or within the web server configuration, however editing the default function might cause problems for other Sahana modules. Sahana Eden is designed to check for the presence of a custom template and, if one is configured, then it attempts to load: {{{ /modules/templates/