Mercurial > public > sg101
view gpp/templates/flatpages/default.html @ 189:db202792d9f5
Explicitly set session settings. Use the cache_db engine. Some minor tweaks to reduce some queries in forums.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Thu, 01 Apr 2010 01:39:37 +0000 |
parents | 48b221d304c6 |
children |
line wrap: on
line source
{% extends 'base.html' %} {% block title %}{{ flatpage.title }}{% endblock %} {% block content %} <h2>{{ flatpage.title }}</h2> {{ flatpage.content }} {% endblock %}