project/templates/flatpages/textile.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Tue, 20 Jul 2010 19:49:45 +0530
changeset 129 5be95b4b3ac3
parent 1 fda1c66b25f9
permissions -rw-r--r--
Made changes to CSS for right menu and changed the file name.

{% extends "base.html" %}

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

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