view gpp/templates/flatpages/default.html @ 578:a18516692273

Correct my Redis API error in unit test.
author Brian Neal <bgneal@gmail.com>
date Sat, 05 May 2012 14:49:42 -0500
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 %}