view gpp/templates/flatpages/default.html @ 378:a9bb32706aa6

Trying a tweak to put background colors on posts in topics. Forgot to commit the css changes.
author Brian Neal <bgneal@gmail.com>
date Tue, 08 Mar 2011 03:31:30 +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 %}