project/templates/flatpages/default.html
author Anoop Jacob Thomas<anoop@fossee.in>
Fri, 12 Nov 2010 11:42:18 +0530
changeset 213 079c29b18517
parent 1 fda1c66b25f9
permissions -rw-r--r--
Made sprints page, tutorials page and conference schedule page.

{% extends "base.html" %}

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

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