{% block global_header %}
  {% include "@organisms/global/global-header.twig" %}
{% endblock %}  

<main class="c-site__content c-page js-bootstrap-select-boundary">
  <div class="o-wrapper">
    {% block main_region %}
      
      {% include "@atoms/typography/headings/h2.twig" with {
        heading: {
          text: "Controls XXLarge",
          classes: "c-heading--xxlarge u-margin-top"
        }
      } %}
      
      {% include "@atoms/typography/headings/h2.twig" with {
        heading: {
          text: "Controls XLarge",
          classes: "c-heading--xlarge u-margin-top"
        }
      } %}
      
      {% include "@atoms/typography/headings/h2.twig" with {
        heading: {
          text: "Controls Large",
          classes: "c-heading--large u-margin-top"
        }
      } %}
      
    {% endblock %}
  </div>
</main>
  
{% block global_footer %}
  {% include "@organisms/global/global-footer.twig" %}
{% endblock %}  
