{% extends "base.html" %} {% block content %}

Author Personas

Create New Persona
{% for name, p in personas.items() %}
{{ p.name }}
{{ p.age }} {{ p.gender }} | {{ p.nationality }}

{{ p.bio[:150] }}...

{% else %}
No personas found. Create one to define a writing voice.
{% endfor %}
{% endblock %}