{% extends "base.html" %} {% block title %}Profile — Claw-ED{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

Teacher Profile

{# ── Personal Info ─────────────────────────────────────────── #}

Personal Info

{# ── Teaching Details ──────────────────────────────────────── #}

Teaching Details

{% for subj in ['Math', 'ELA', 'Science', 'Social Studies', 'History', 'Economics', 'AP US History', 'AP World History', 'AP Government', 'AP Economics'] %} {% endfor %}
{% for g in ['K', '1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'] %} {% endfor %}
{# ── State & Standards ─────────────────────────────────────── #}

State & Standards

{% if state_frameworks %} {% for fw in state_frameworks %}
{{ fw.label }}: {{ fw.description }} ({{ fw.code }})
{% endfor %} {% endif %}
{# ── Materials ─────────────────────────────────────────────── #}

Teaching Materials

{% if persona %}

Persona: {{ persona.name or 'Not set' }}

Style: {{ (persona.teaching_style or 'direct_instruction') | replace('_', ' ') | title }}

Subject: {{ persona.get('subject_area', 'General') }}

{% endif %} Re-analyze My Materials
{# ── API & Bot Configuration ───────────────────────────────── #}

API Key Configuration

Bot Token Configuration

{# ── Save ──────────────────────────────────────────────────── #}
{% endblock %} {% block scripts %} {% endblock %}