project/templates/flatpages/restructuredtext.html
author Amit Sethi
Tue, 30 Nov 2010 18:34:59 +0530
changeset 323 5d8dd7139b49
parent 1 fda1c66b25f9
permissions -rw-r--r--
Merging heads

{% extends "base.html" %}

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

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