{% extends 'main/base.html' %} {% block title %}Faculty & Staff - Monaco Institute{% endblock %} {% block content %}

Faculty & Staff

Meet Our Faculty

Our dedicated team of experienced educators and industry professionals.

{% for member in faculty %}
{% if member.photo %} {{ member.name }} {% else %}
{% endif %}
{{ member.title }} {{ member.name }}

{{ member.position }}

{{ member.department }}

{% if member.email %} Contact {% endif %}
{% empty %}

Faculty information coming soon.

{% endfor %}
{% endblock %}