{% extends 'base.html' %} {% load static %} {% load custom_tags %} {% block content %}
{% comment %} Student Profile Section {% endcomment %} {% include "results/student_profile.html" %}
{% include "results/performance_overview.html" %} {% include "results/subject_summary.html" %} {% include "results/detailed_assessments.html" %}
{% endblock %} {% block styles %} {% endblock %}