2010-03-03 14:28:00 +00:00
|
|
|
{% extends 'festival_wireframe.html' %}
|
|
|
|
{% block title %}
|
2010-08-29 17:08:07 +00:00
|
|
|
India Theatre Forum - {{ project.title }}
|
2010-03-03 14:28:00 +00:00
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
{% block centerCol %}
|
|
|
|
<div id="centerContent">
|
|
|
|
<h1>{{project.title}}</h1>
|
|
|
|
<div class="centerText">
|
|
|
|
{{project.intro|linebreaksbr}}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{% endblock %}
|