project/templates/flatpages/textile.html
author Parth buch <parth.buch.115@gmail.com>
Tue, 04 Oct 2011 15:16:52 +0530
branch2011
changeset 434 fbf05ff6dccc
parent 1 fda1c66b25f9
permissions -rw-r--r--
added important dates to CFP page as per the suggestion of Punit

{% extends "base.html" %}

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

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