refactor to avoid errors when rendering locally
[rnaseq-cwl-training.git] / _layouts / workshop.html
1 ---
2 ---
3 {% include base_path.html %}
4 {% include gh_variables.html %}
5
6 <!doctype html>
7 <html lang="en">
8   <head>
9
10     <meta name="slug" content="{{project_title}}" />
11     <meta name="startdate" content="{{page.startdate}}" />
12     <meta name="enddate" content="{{page.enddate}}" />
13     <meta name="humandate" content="{{page.humandate}}" />
14     <meta name="country" content="{{page.country}}" />
15     <meta name="venue" content="{{page.venue}}" />
16     <meta name="address" content="{{page.address}}" />
17     <meta name="latlng" content="{{page.latlng}}" />
18     <meta name="language" content="{{page.language}}" />
19     <meta name="eventbrite" content="{{page.eventbrite}}" />
20     <meta name="instructor" content="{{page.instructor|join:'|'}}" />
21     <meta name="helper" content="{{page.helper|join:'|'}}" />
22     <meta name="contact" content="{{page.email}}" />
23     {% if page.redirect %}
24     <meta http-equiv="refresh" content="0; url={{page.redirect}}" />
25     {% endif %}
26
27     <meta charset="utf-8">
28     <meta http-equiv="X-UA-Compatible" content="IE=edge">
29     <meta http-equiv="last-modified" content="{{ site.time }}">
30     <meta name="viewport" content="width=device-width, initial-scale=1">
31     <link rel="stylesheet" type="text/css" href="{{ relative_root_path }}/assets/css/bootstrap.css" />
32
33     <link rel="stylesheet" type="text/css" href="{{ relative_root_path }}/assets/css/bootstrap-theme.css" />
34     <link rel="stylesheet" type="text/css" href="{{ relative_root_path }}/assets/css/lesson.css" />
35
36     {% include favicons.html %}
37
38     <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
39     <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
40     <!--[if lt IE 9]>
41         <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
42         <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
43         <![endif]-->
44     <title>{{ page.venue }}: {{ page.humandate }}</title>
45   </head>
46   <body>
47     <div class="container">
48       {% include navbar.html %}
49       {% include workshop_ad.html %}
50 {{ content }}
51       {% include workshop_footer.html %}
52     </div>
53     {% include javascript.html %}
54   </body>
55 </html>