project/templates/flatpages/restructuredtext.html
author Parth buch <parth.buch.115@gmail.com>
Wed, 14 Sep 2011 18:57:36 +0530 (2011-09-14)
branch2011
changeset 409 90879781b517
parent 1 fda1c66b25f9
permissions -rw-r--r--
changed some typos and errors in reaching.html
{% extends "base.html" %}

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

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