14 lines
267 B
HTML
14 lines
267 B
HTML
{% extends 'festival_wireframe.html' %}
|
|
{% block title %}
|
|
ITF - {{ project.title }}
|
|
{% endblock %}
|
|
|
|
{% block centerCol %}
|
|
<div id="centerContent">
|
|
<h1>{{project.title}}</h1>
|
|
<div class="centerText">
|
|
{{project.intro|linebreaksbr}}
|
|
</div>
|
|
</div>
|
|
{% endblock %}
|