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

Just Don't Space Out

A speech to text program to help transcribe your online meetings!


CLASSES


{% if classes %} {% for user_class in classes %}

{{ user_class.name }}


{{ user_class.teacher }}

Period: {{ user_class.period }}

{% endfor %} {% else %} Create a new class by pressing Classroom in the navbar! {% endif %}



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