<!–

Copyright (c) 2018 Eclipse Foundation, Inc.

This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0 which is available at
http://www.eclipse.org/legal/epl-2.0.

Contributors:
  Christopher Guindon <chris.guindon@eclipse-foundation.org>

SPDX-License-Identifier: EPL-2.0

–> <!DOCTYPE html> <html lang=“{{ site.lang | default: ”en-US“ }}”>

<head>
  <meta charset="utf-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <link href="{{ '/assets/images/jakarta/favicon.ico?v=' | append: site.github.build_revision | relative_url }}" rel='icon' type='image/x-icon'/>
  <!-- Links and stylesheets -->
  <link rel="stylesheet" href="https://jakarta.ee/css/styles.css">
  <link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
  <link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet" type="text/css"/>
  <title>{{ page.title | default: site.title }}</title>
  {% include google_tag_manager.html %}
</head>
<body>
  {% include header.html %}
  {% include breadcrumbs.html %}

  <main>
    <div class="container">
      <div class="row">
        <div class="col-md-18 padding-bottom-30">
          {{ content }} 
        </div>
        <div class="col-md-6  padding-bottom-30">
          {% include sidebar.html %}
        </div>
      </div>
    </div>
  </main>

  {% include footer.html %}
</body>

</html>