web/wp-content/themes/mozilla-builders/templates/pages/page.twig (10 lines of code) (raw):
{% extends "layouts/base.twig" %}
{% block pageBody %}
{% include 'components/page-topper.twig' with { title: post.title } %}
<article>
<div x-hang-punc class="pb-24 grid grid-site centered-page gutenberg {{ post.has_lede_paragraph ? 'lede' }}">
{{ post.content }}
</div>
</article>
{% include 'components/big-cta-row.twig' with { ctas: page.ctas } %}
{% endblock %}