view mysite/templates/flatpages/default.html @ 39:b8e166ca993a

Made the database name part of SECRETS.
author Brian Neal <bgneal@gmail.com>
date Tue, 14 Feb 2012 18:52:57 -0600
parents 0dcfcdf50c62
children
line wrap: on
line source
{% extends 'band/base.html' %}
{% block title %}The Madeira | {{ flatpage.title }}{% endblock %}
{% block content %}
{{ flatpage.content }}
{% endblock %}