view gpp/templates/flatpages/default.html @ 546:0d007c8c4851

Correct the hg pull command in the fabfile.
author Brian Neal <bgneal@gmail.com>
date Fri, 13 Jan 2012 19:09:08 -0600
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 %}