{% 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


{% for user_class in classes %}

{{ user_class.name }}


{{ user_class.teacher }}

Period: {{ user_class.period }}

{% endfor %}



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