{% extends "base.html" %} {% set active_page = "search" %} {% block title %}Search: {{ query }} — IETF Draft Analyzer{% endblock %} {% block content %}
Found {{ total }} results for "{{ query }}"
{% else %}Enter a search query to find drafts, ideas, authors, and gaps.
{% endif %}{{ d.abstract }}
{% endif %}{{ idea.description }}
{% endif %}{{ gap.description }}
{% endif %}No results found for "{{ query }}"
Try different keywords or check the spelling.