{% extends "meeting-base.html" %} {% load staticfiles thumbnail %} {% block meta_description %}{{ page.meta_description }}{% endblock %} {% block headtitle %}{% if page.meta_title %}{{ page.meta_title }}{% else %}{{ page.title }}{% endif %}{% endblock %} {% block content %}
{{ page.title }}
{{ page.content|safe }}
{% if page.bios %}
{% for bio in page.bios.all %}
{% if bio.image %}
{{ bio }}
{% endif %}
{{ bio }}
{{ bio.description|linebreaks }}
{% endfor %}
{% endif %}
{% endblock %}