project/templates/flatpages/textile.html
author Parth buch <parth.buch.115@gmail.com>
Sat, 19 Nov 2011 13:26:28 +0530
branch2011
changeset 448 7167b896d8de
parent 1 fda1c66b25f9
permissions -rw-r--r--
Changed the Tutorial page

{% extends "base.html" %}

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

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