{% extends settings.utils.LayoutSettings.base_template %} {% load static wagtailimages_tags %} {% block body_class %}template-{{ self.get_verbose_name|slugify }}{% endblock %} {% block main_content %}

Welcome to the IETF

{% image self.main_image max-4000x4000 as bg_image %}

{{ self.heading }}

{{ self.introduction }}

{% if self.button_link %}

{{ self.button_text }}

{% endif %}

Upcoming events

    {% with self.upcoming_events.0 as event %} {% if event %} {% include "includes/home_event.html" %} {% endif %} {% endwith %} {% with self.upcoming_events.1 as event %} {% if event %} {% include "includes/home_event.html" %} {% endif %} {% endwith %}
All events

What's new?

    {% for blog in self.blogs %}
  • {{ blog.title }}

    {{ blog.get_social_text }}

    {{ blog.author.name }} {{ blog.author.title }} {{ blog.date|date:"DATE_FORMAT" }}
  • {% endfor %}
All news

Search the IETF email archive

Much of the daily work of the IETF is conducted on electronic mailing lists. A new mail archive tool realizing the requirements developed in RFC 6778 is now in use:

Search IETF Datatracker

The IETF Datatracker contains data about IETF documents, working groups, meetings, agendas, minutes, presentations, and more:


{{ self.call_to_action.render }}
{% endblock main_content %}