{% extends "base.html" %} {% block title %}Teachers{% endblock %} {% block page_title %}Teachers{% endblock %} {% set active = "teachers" %} {% block content %}

Add Teacher

{% include "partials/teacher_list.html" %}
{% endblock %}