project/templates/flatpages/default.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Tue, 20 Jul 2010 19:23:40 +0530
changeset 123 d4799b7159e4
parent 1 fda1c66b25f9
permissions -rw-r--r--
Add scope for all the URLs and adjust the formatting and indentation.

{% extends "base.html" %}

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

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