TAL Flat Pages A blatent rip off of flatpages that has one change: it works with simpletal. All credit to everyone else. Installation It will look for simpletemplate here so install that in your contrib directory. Place this in your Django application (or I guess contrib, but alter below). Add the following to INSTALLED_APPS > 'talflatpages'. Add the following to TEMPLATE_DIRS > 'YOURPATH/talflatpages/templates' Flatpages This is an optional add-on app, flatpages. For full documentation, see either of these: * The file docs/flatpages.txt in the Django distribution * http://www.djangoproject.com/documentation/flatpages/ on the Web Both have identical content.