project/templates/flatpages/restructuredtext.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Tue, 20 Jul 2010 19:17:47 +0530
changeset 120 e9172b05bba5
parent 1 fda1c66b25f9
permissions -rw-r--r--
Removed CSV download and re-ordered admin and comment URL patterns.

{% extends "base.html" %}

{% load markup %}
{% block title %}
{{ flatpage.title }}
{% endblock %}

{% block content %}
{{ flatpage.content|restructuredtext }}
{% endblock %}