3 {% include base_path.html %}
4 {% include gh_variables.html %}
10 <meta http-equiv="X-UA-Compatible" content="IE=edge">
11 <meta http-equiv="last-modified" content="{{ site.time }}">
12 <meta name="viewport" content="width=device-width, initial-scale=1">
13 <!-- meta "search-domain" used for google site search function google_search() -->
14 <meta name="search-domain" value="{{ search_domain_url }}">
15 <link rel="stylesheet" type="text/css" href="{{ relative_root_path }}/assets/css/bootstrap.css" />
16 <link rel="stylesheet" type="text/css" href="{{ relative_root_path }}/assets/css/bootstrap-theme.css" />
17 <link rel="stylesheet" type="text/css" href="{{ relative_root_path }}/assets/css/lesson.css" />
18 <link rel="stylesheet" type="text/css" href="{{ relative_root_path }}/assets/css/syntax.css" />
20 {% include favicons.html %}
22 <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
23 <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
25 <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
26 <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
30 {% if page.title %}{{ page.title }}{% endif %}{% if page.title and site.title %} – {% endif %}{% if site.title %}{{ site.title }}{% endif %}
36 {% include life_cycle.html %}
38 <div class="container">
39 {% include navbar.html %}
41 {% if site.kind == "workshop" %}
42 {% include workshop_footer.html %}
44 {% include lesson_footer.html %}
47 {% include javascript.html %}