project/templates/flatpages/restructuredtext.html
author Parth buch <parth.buch.115@gmail.com>
Mon, 31 Oct 2011 09:34:17 +0530
branch2011
changeset 442 6f06b1457e55
parent 1 fda1c66b25f9
permissions -rw-r--r--
added the submitted dates to filters

{% extends "base.html" %}

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

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