{% embed "@organisms/global/global-header.twig" with {
  site_logo: {
    "href": link["docs-principles"]
  },
  header: {
    alignment: "center"
  }
} %}

  {% block header_body %}
    {% include "@atoms/typography/headings/h3.twig" with {
      heading: {
        text: "PegaKit",
        classes: "c-heading--h4 u-margin-none"
      }
    } %}
  {% endblock %}

{% endembed %}
