Mercurial > public > sg101
view gpp/templates/flatpages/default.html @ 101:4bbb6a9aa317
Forums: use select_related() with get_object_or_404() to reduce queries.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Wed, 16 Sep 2009 00:39:27 +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 %}