web/wp-content/themes/mozilla-builders/templates/pages/archive.twig (7 lines of code) (raw):
{% extends "layouts/base.twig" %}
{% block pageBody %}
{% include 'components/page-topper.twig' %}
<h2 class="sr-only">{{ subheading }}</h2>
{% include 'components/tease-list.twig' with { posts: posts } %}
{% include 'components/pagination.twig' %}
{% endblock %}