project/templates/flatpages/textile.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Tue, 20 Jul 2010 15:48:35 +0530
changeset 118 78dfa383f6a3
parent 1 fda1c66b25f9
permissions -rw-r--r--
Changed the URLs to accommodate scope as the parameter.

{% extends "base.html" %}

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

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