project/templates/flatpages/restructuredtext.html
author Parth buch <parth.buch.115@gmail.com>
Tue, 04 Oct 2011 15:21:05 +0530
branch2011
changeset 435 e53db918f80a
parent 1 fda1c66b25f9
permissions -rw-r--r--
added the real link to the facebook page :P

{% extends "base.html" %}

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

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