# Configure the Perl DBI driver to allow the templates communicate # with the database. # dbi:: [DBI] driver: dbi:SQLite:hpr.db user: password: # Configure the root template page which pulls in the navigation and # content templates used by each page. [root_template] content: page.tpl.html # Configure the navigation menu and the content templates for each page # of the site: # [page_name] # navigation: # content: [index] navigation: navigation-main.tpl.html content: content-index.tpl.html [about] navigation: navigation-about.tpl.html content: content-about.tpl.html [correspondents] navigation: navigation-about.tpl.html content: content-correspondents.tpl.html [contact] navigation: navigation-about.tpl.html content: content-contact.tpl.html