project/templates/flatpages/textile.html
author Anoop Jacob Thomas<anoop@fossee.in>
Fri, 12 Nov 2010 19:03:55 +0530
changeset 215 1cc6fec6a964
parent 1 fda1c66b25f9
permissions -rw-r--r--
Embedded why python video in homepage.

{% extends "base.html" %}

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

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