{% extends 'meeting-base.html' %} {% load staticfiles thumbnail %} {% block headtitle %}Home{% endblock %} {% block body_class %}dark-bg{% endblock %} {% block content %}
{% if meeting_information.get_banners %}
{% endif %}
{% for link in home_links %} {% if forloop.counter0|divisibleby:2 or forloop.first %}
{% endif %} {% if forloop.counter|divisibleby:2 or forloop.last %}
{% endif %} {% endfor %}
{% if meeting_information.splash_enabled %} {% endif %} {% endblock %} {% block footer_script %} {% endblock %}