project/templates/flatpages/textile.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Fri, 31 Dec 2010 16:50:14 +0530
changeset 374 df1fe9447ff7
parent 1 fda1c66b25f9
permissions -rw-r--r--
Remove admin@scipy.in email ID from the email List. The spam is too much.

{% extends "base.html" %}

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

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