<!DOCTYPE html>
<html>
  {% include 'org-header.html' %}
    <body>
      {% include 'banner.html' %}
      {% include 'menu.html' %}

      {{ embed|safe }}

      {% include 'footer.html' %}

      <script type="text/javascript">
        let scriptRoot = {{ request.script_root|tojson|safe }}; // examples
      </script>
    </body>

</html>