{% extends "base.html" %} {% block title %}Generate — EDUagent{% endblock %} {% block content %}

Generate Content

{% if not has_persona %}
No persona found. Upload teaching materials first to extract your teaching style.
{% endif %}
{% endblock %} {% block scripts %} {% endblock %}