{% 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! EDIT Teacher: {{ class.teacher }} Period: {{ class.period }} Click here to navigate to your class! {% endblock content %} {% block head %} {% endblock %}
You can view and edit your class information here!