Mercurial > public > sg101
view gpp/templates/flatpages/default.html @ 52:127ba8b24b52
Controlling the avatars directory in order to get the default avatar.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 21 Jun 2009 22:13:57 +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 %}