{% extends 'noel/base.html' %} {% load itftags %} {% block title %}India Theatre Forum: Home {% endblock %} {% block extra_head %} {% endblock %} {% block content %}
{% load thumbnail %} {% for f in front_images %} {% thumbnail f.image "469x282" crop="center" as im %} {% endthumbnail %} {% endfor %}

NEWS

    {% for t in tweets %}
  • {{ t|safe }}
  • {% endfor %}
arrow-left arrow-right
    {% for b in boxes %}
  • {% autoescape off %} {{ b.title|format_title }} {% endautoescape %}

    {{ b.boldText }} {{ b.normalText }} More

  • {% endfor %}
{% endblock %}