{% extends 'base.html' %} {% load static %} {% block title %}Staff{% endblock %} {% block content %}
Louvre
Staff
{% if staffs %} {% for staff in staffs %}

{{staff.name}}

{{staff.designation}}

{{staff.intro}}

{% endfor %} {% else %}

No Senior Management available

{% endif %}
{% endblock %}