project/templates/flatpages/textile.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Wed, 04 Nov 2009 16:51:32 -0500
changeset 6 f6851340fc73
parent 1 fda1c66b25f9
permissions -rw-r--r--
Added apache directory to .hgignore.

{% extends "base.html" %}

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

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