Mercurial > public > sg101
view gpp/templates/flatpages/default.html @ 50:04dcbf008bcc
Fix path in wsgi file; disable the OFFLINE switch so we can start testing.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 21 Jun 2009 22:00:23 +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 %}