project/templates/flatpages/default.html
author Parth buch <parth.buch.115@gmail.com>
Tue, 15 Nov 2011 02:25:12 +0530
branch2011
changeset 447 f91c329e13b5
parent 1 fda1c66b25f9
permissions -rw-r--r--
activated the tutorials schedule

{% extends "base.html" %}

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

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