project/templates/flatpages/default.html
author Parth buch <parth.buch.115@gmail.com>
Fri, 30 Sep 2011 20:37:47 +0530
branch2011
changeset 426 8d55ce40211c
parent 1 fda1c66b25f9
permissions -rw-r--r--
fixed typo in eric's bio, sorted out speakers

{% extends "base.html" %}

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

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