project/templates/flatpages/default.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Thu, 22 Jul 2010 20:17:14 +0530
changeset 152 64d37556e457
parent 1 fda1c66b25f9
permissions -rw-r--r--
Reverted the template loaders path.

{% extends "base.html" %}

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

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