project/templates/flatpages/textile.html
author Kadambari Devarajan
Fri, 29 Oct 2010 18:08:57 +0530
changeset 182 a466306ab957
parent 1 fda1c66b25f9
permissions -rw-r--r--
changed PR speaker profile photo.

{% extends "base.html" %}

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

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