{% extends "base.html" %} {% block title %}Teacher Dashboard — Python 108{% endblock %} {% block content %}
Welcome, {{ user['username'] }} — your classes are below
{{ cls['description'] }}
Created {{ cls['created_at'][:10] }}