{% extends "base.html" %} {% from "_hub.html" import hub %} {% block title %}Followup preview — {{ job.company }} — karyab{% endblock %} {% block content %} {% call hub(hub_sections) %}

Review followup email

{% if flash %}
{{ flash }}
{% endif %}

Job: {{ job.title }} — {{ job.company }}

Recipient (to): {{ to_email }}

From account: {{ account_name or "(first configured account)" }}

Cancel
{% endcall %} {% endblock %}