Mercurial > public > madeira
view mysite/templates/flatpages/default.html @ 25:186c30a29be4 django1.3
Updating the madeira.wsgi file; added a robots.txt.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Wed, 30 Mar 2011 00:00:58 +0000 |
parents | 0dcfcdf50c62 |
children |
line wrap: on
line source
{% extends 'band/base.html' %} {% block title %}The Madeira | {{ flatpage.title }}{% endblock %} {% block content %} {{ flatpage.content }} {% endblock %}