it/itf/templates/project.html

14 lines
283 B
HTML
Raw Normal View History

2010-03-03 14:28:00 +00:00
{% extends 'festival_wireframe.html' %}
{% block title %}
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 %}