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

Generate Content

{% if not has_persona %}
No persona found. Upload teaching materials first to extract your teaching style.
{% endif %}
{# ── Step Indicators ─────────────────────── #}
1 Pick Type
2 Details
3 Generate
{# ── Step 1: Pick Type ───────────────────── #}

What would you like to create?

📚

Full Unit

Unit plan + all lessons + materials

📄

Single Lesson

One lesson plan with activities

📝

Materials Only

Worksheet, assessment, rubric

💼

Sub Packet

Substitute teacher packet

{# ── Step 2: Fill Details ────────────────── #}
{# ── Step 3: Watch It Generate ───────────── #}

Generating...

{# ── Results (shown after completion) ─── #}
{% endblock %} {% block scripts %} {% endblock %}