{% extends settings.utils.LayoutSettings.base_template %} {% load static wagtailcore_tags wagtailsearchpromotions_tags %} {% block title %}Search{% endblock %} {% block main_content %}

Search results for {{ current_site.hostname }}

The search results below include information from the primary public-facing website of the IETF.

{% get_search_promotions search_query as search_picks %} {% if search_picks %}

Search results{% if search_query %} for "{{ search_query }}"{% endif %}

    {% for result in search_picks %} {% if result.page.live %}
  • {{ result.page }}

    {% if result.description %}

    {{ result.description|safe }}

    {% endif %} {% if result.page.search_description %}

    {{ result.page.search_description|safe }}

    {% endif %}
  • {% else %}
  • {{ result.external_link_text }}

    {% if result.description %}

    {{ result.description|safe }}

    {% endif %} {% if result.page.search_description %}

    {{ result.page.search_description|safe }}

    {% endif %}
  • {% endif %} {% endfor %}
{% endif %} {% if search_results %}

Search results{% if search_query %} for "{{ search_query }}"{% endif %}

    {% for result in search_results %}
  • {{ result }}

    {% if result.search_description %}

    {{ result.search_description|safe }}

    {% endif %}
  • {% endfor %}
{% if search_results.has_previous %} Previous {% endif %} {% if search_results.has_next %} Next {% endif %} {% elif search_query %} {% if not search_picks %}

No results found

{% endif %} {% endif %}

Search IETF Email Archives

Publicly-available messages from the IETF mailing list archives.

Search IETF Datatracker

IETF documents, working groups, and meetings.

{% endblock %}