{% extends "base.html" %} {% from "_hub.html" import hub %} {% block title %}Review parser spec — karyab{% endblock %} {% block content %}

Review parser spec

{% call hub(hub_sections) %} {% if error %}
Error: {{ error }} {% if raw %}
Show raw LLM output
{{ raw | e }}
{% endif %}
{% endif %} {% if spec_json %}

Review the proposed spec below. You can edit it before saving. Use "Test spec" to verify it against sample email content.

Cancel

Test against pasted email

{% else %}

No spec was generated. Back to parsers.

{% endif %} {% endcall %} {% endblock %}