{% 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 }}

{% if self.introduction %}

{{ self.introduction }}

{% endif %} {% if self.button_link %}

{{ self.button_text }}

{% endif %}

Blog posts

    {% with self.blogs.0 as post %} {% with True as show_image %} {% include "includes/post_iab.html" %} {% endwith %} {% endwith %}
All IAB Posts on the IETF Blog

News & announcements

    {% with self.announcements.0 as announcement %} {% if announcement %} {% include "includes/announcement_iab.html" %} {% endif %} {% endwith %} {% with self.announcements.1 as announcement %} {% if announcement %} {% include "includes/announcement_iab.html" %} {% endif %} {% endwith %}
All news & announcements
{% endblock main_content %}