Add tabs, arvados specific instructions & links to solutions
[rnaseq-cwl-training.git] / _layouts / base.html
index cc4132d63de52ccf7f499c30c83e73f68e2f8c38..66afa7a0744a82e4d442a7a31ca32216f32c1079 100644 (file)
@@ -17,6 +17,8 @@
     <link rel="stylesheet" type="text/css" href="{{ relative_root_path }}/assets/css/lesson.css" />
     <link rel="stylesheet" type="text/css" href="{{ relative_root_path }}/assets/css/syntax.css" />
     <link rel="license" href="#license-info" />
+    <script type="text/javascript" src="{{ relative_root_path }}/assets/js/tabs.js"></script>
+    <link rel="stylesheet" href="{{ relative_root_path }}/assets/css/tabs.css">
 
     {% include favicons.html %}
 
@@ -29,7 +31,7 @@
 
   <title>
   {% if page.title %}{{ page.title }}{% endif %}{% if page.title and site.title %} &ndash; {% endif %}{% if site.title %}{{ site.title }}{% endif %}
-  </title>  
+  </title>
 
   </head>
   <body>