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