{% extends "base.html" %} {% set active_page = "gaps" %} {% block title %}{{ gap.topic }} — Gap Explorer{% endblock %} {% block extra_head %} {% endblock %} {% block content %}

{{ gap.topic }}

{{ gap.severity | upper }}
{% if gap.category %} {{ gap.category }} {% endif %}

Description

{{ gap.description }}

{% if gap.evidence %}

Evidence

{{ gap.evidence }}

{% endif %}
Search related drafts {% if gap.category %} | Browse {{ gap.category }} drafts {% endif %}

Generate Internet-Draft

Use AI to generate a full Internet-Draft addressing this gap

Want to see what generated drafts look like without waiting? View the demo page with {{ generated_drafts | length }} pre-generated examples.
{% endblock %} {% block extra_scripts %} {% endblock %}