{% extends 'frontend/index.html' %} {% load static %} {% block content %}

Welcome to your class page for {{ class.name }}

You can view and edit your class information here!





Teacher: {{ class.teacher }}





Period: {{ class.period }}





{% endblock content %} {% block head %} {% endblock %}