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

Add Subject

{% for c in ['#4F8EF7','#10b981','#f59e0b','#ef4444','#8b5cf6','#ec4899','#06b6d4','#84cc16'] %} {% endfor %}
{% include "partials/subject_list.html" %}
{% endblock %} {% block extra_js %} {% endblock %}