Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2024-09-27 07:04:02

0001 ---
0002 ---
0003 {% include base_path.html %}
0004 {% include gh_variables.html %}
0005 
0006 <!doctype html>
0007 <html lang="en">
0008   <head>
0009 
0010     <meta name="slug" content="{{project_title}}" />
0011     <meta name="startdate" content="{{page.startdate}}" />
0012     <meta name="enddate" content="{{page.enddate}}" />
0013     <meta name="humandate" content="{{page.humandate}}" />
0014     <meta name="country" content="{{page.country}}" />
0015     <meta name="venue" content="{{page.venue}}" />
0016     <meta name="address" content="{{page.address}}" />
0017     <meta name="latlng" content="{{page.latlng}}" />
0018     <meta name="language" content="{{page.language}}" />
0019     <meta name="eventbrite" content="{{page.eventbrite}}" />
0020     <meta name="instructor" content="{{page.instructor|join:'|'}}" />
0021     <meta name="helper" content="{{page.helper|join:'|'}}" />
0022     <meta name="contact" content="{{page.email}}" />
0023     <meta name="carpentry" content="{{site.carpentry}}"
0024     {% if page.redirect %}
0025     <meta http-equiv="refresh" content="0; url={{page.redirect}}" />
0026     {% endif %}
0027 
0028     <meta charset="utf-8">
0029     <meta http-equiv="X-UA-Compatible" content="IE=edge">
0030     <meta http-equiv="last-modified" content="{{ site.time }}">
0031     <meta name="viewport" content="width=device-width, initial-scale=1">
0032     <link rel="stylesheet" type="text/css" href="{{ relative_root_path }}/assets/css/bootstrap.css" />
0033 
0034     <link rel="stylesheet" type="text/css" href="{{ relative_root_path }}/assets/css/bootstrap-theme.css" />
0035     <link rel="stylesheet" type="text/css" href="{{ relative_root_path }}/assets/css/lesson.css" />
0036 
0037     {% include favicons.html %}
0038 
0039     <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
0040     <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
0041     <!--[if lt IE 9]>
0042     <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
0043     <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
0044     <![endif]-->
0045     <title>{{ page.venue }}: {{ page.humandate }}</title>
0046   </head>
0047   <body>
0048     <div class="container">
0049       {% include navbar.html %}
0050       {% include workshop_ad.html %}
0051 {{ content }}
0052       {% include workshop_footer.html %}
0053     </div>
0054     {% include javascript.html %}
0055   </body>
0056 </html>