project/templates/flatpages/restructuredtext.html
author Parth buch <parth.buch.115@gmail.com>
Sat, 01 Oct 2011 04:01:10 +0530
branch2011
changeset 430 54375874dac1
parent 1 fda1c66b25f9
permissions -rw-r--r--
syntax error

{% extends "base.html" %}

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

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