{% extends 'courseinfo/base.html' %} {% block title %} Semester - {{ semester }} {% endblock %} {% block content %}

{{ semester }}

Semester Name

{{ semester }}

Sections

    {% for section in section_list %}
  • {{ section }}
  • {% empty %}
  • There are currently no sections for this semester.
  • {% endfor %}
{% endblock %}