Site-specific information, like static page content and config information should live in the database rather than in the repository. This is necessary for public release, as we want people to be able to get the application without also getting all the the static content and site-specific config.
In commit fc1b6a0 I've commented out two lines in routes.db. Comment them back in to see pulling static pages from the db in action. Just need to make static pages in the init db to close.
Site-specific information, like static page content and config information should live in the database rather than in the repository. This is necessary for public release, as we want people to be able to get the application without also getting all the the static content and site-specific config.