{% extends "public.html" %} {% load thumbnail %} {% block whole_title %}BMUS - Promoting Ultrasound for Healthcare Professionals{% endblock %} {% block banner_extra %} {% if homepage_settings.banner %} {% endif %} {% endblock %} {% block banner_mobile %} {% if homepage_settings.mobile_banner %} {% endif %} {% endblock %} {% block main_content %}
{% if block_layout %} {% include block_layout.get_public_template %} {% endif %}
{{ homepage_settings.left_content|safe }}
{{ homepage_settings.right_content|safe }}
{% endblock %}