2 Copyright (C) The Arvados Authors. All rights reserved.
4 SPDX-License-Identifier: CC-BY-SA-3.0
10 <meta charset="utf-8">
11 <title>{% unless page.title == "Arvados | Documentation" %} Arvados {% if page.navmenu %}| {{ page.navmenu }} {% endif %} | {% endunless %}{{ page.title }}</title>
12 <meta name="viewport" content="width=device-width, initial-scale=1.0">
13 <meta name="description" content="">
14 <meta name="author" content="">
15 <link rel="icon" href="{{ site.baseurl }}/images/favicon.ico" type="image/x-icon">
16 <link rel="shortcut icon" href="{{ site.baseurl }}/images/favicon.ico" type="image/x-icon">
17 <link href="{{ site.baseurl }}/css/bootstrap.css" rel="stylesheet">
18 <link href="{{ site.baseurl }}/css/nav-list.css" rel="stylesheet">
19 <link href="{{ site.baseurl }}/css/badges.css" rel="stylesheet">
20 <link href="{{ site.baseurl }}/css/code.css" rel="stylesheet">
21 <link href="{{ site.baseurl }}/css/font-awesome.css" rel="stylesheet">
22 <link href="{{ site.baseurl }}/css/carousel-override.css" rel="stylesheet">
23 <link href="{{ site.baseurl }}/css/button-override.css" rel="stylesheet">
24 <link href="{{ site.baseurl }}/css/images.css" rel="stylesheet">
25 <link href="{{ site.baseurl }}/css/layout.css" rel="stylesheet">
26 <script src="{{ site.baseurl }}/js/jquery.min.js"></script>
27 <script src="{{ site.baseurl }}/js/bootstrap.min.js"></script>
28 <script src="https://hypothes.is/embed.js" async></script>
30 <!-- Global site tag (gtag.js) - Google Analytics -->
31 <script async src="https://www.googletagmanager.com/gtag/js?id=G-EFLSBXJ5SQ"></script>
33 window.dataLayer = window.dataLayer || [];
34 function gtag(){dataLayer.push(arguments);}
35 gtag('js', new Date());
37 gtag('config', 'G-EFLSBXJ5SQ');
41 {% include 'navbar_top' %}
43 {% if page.navsection == 'top' or page.no_nav_left %}
47 <div class="container-fluid" style="padding-right: 30px">
50 {% include 'navbar_left' %}
51 <div class="col-sm-9">
52 <h1>{{ page.title }}</h1>
54 {% include 'webring' %}
58 <div style="height: 2em"></div>
63 {% if page.no_nav_left %}
65 <p style="text-align: center"><small>
66 The content of this documentation is licensed under the
67 <a href="{{ site.baseurl }}/user/copying/by-sa-3.0.html">Creative
68 Commons Attribution-Share Alike 3.0 United States</a> licence.<br>
69 Code samples in this documentation are licensed under the
70 <a href="{{ site.baseurl }}/user/copying/LICENSE-2.0.html">Apache License, Version 2.0.</a></small>