| 
									
										
										
										
											2015-10-16 12:53:02 -05:00
										 |  |  | {% load staticfiles %} | 
					
						
							|  |  |  | {% load i18n %} | 
					
						
							|  |  |  | {% load sitetree %} | 
					
						
							| 
									
										
										
										
											2017-04-10 21:31:04 +10:00
										 |  |  | {% load staticfiles %} | 
					
						
							| 
									
										
										
										
											2018-06-04 20:54:51 +12:00
										 |  |  | {% load sass_tags %} | 
					
						
							| 
									
										
										
										
											2017-03-31 10:44:30 +11:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-01-16 15:55:42 +11:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-06-04 20:54:51 +12:00
										 |  |  | <!DOCTYPE html> | 
					
						
							| 
									
										
										
										
											2017-10-09 08:11:52 +11:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-09-22 22:17:52 +10:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-10-16 12:53:02 -05:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-06-04 20:54:51 +12:00
										 |  |  | <html lang="en"> | 
					
						
							|  |  |  | <head> | 
					
						
							|  |  |  |   <meta charset="utf-8"> | 
					
						
							|  |  |  |   <meta http-equiv="X-UA-Compatible" content="IE=edge"> | 
					
						
							|  |  |  |   <meta name="description" content=""> | 
					
						
							|  |  |  |   <meta name="viewport" content="width=device-width, initial-scale=1"> | 
					
						
							|  |  |  |    | 
					
						
							|  |  |  |   <title>{% block head_title_base %}{% if SITE_NAME %}{{ SITE_NAME }} | {% endif %}{% block head_title %}{% endblock %}{% endblock %}</title> | 
					
						
							|  |  |  |    | 
					
						
							|  |  |  |   {% block styles %} | 
					
						
							|  |  |  |   <link href="{% sass_src 'scss/app.scss' %}" rel="stylesheet" type="text/css" /> | 
					
						
							|  |  |  |    | 
					
						
							|  |  |  |   <link rel="apple-touch-icon-precomposed" sizes="57x57" href="{% static 'lca2018/images/apple-touch-icon-57x57.png' %}" /> | 
					
						
							|  |  |  |   <link rel="apple-touch-icon-precomposed" sizes="114x114" href="{% static 'lca2018/images/apple-touch-icon-114x114.png' %}" /> | 
					
						
							|  |  |  |   <link rel="apple-touch-icon-precomposed" sizes="72x72" href="{% static 'lca2018/images/apple-touch-icon-72x72.png' %}" /> | 
					
						
							|  |  |  |   <link rel="apple-touch-icon-precomposed" sizes="144x144" href="{% static 'lca2018/images/apple-touch-icon-144x144.png' %}" /> | 
					
						
							|  |  |  |   <link rel="apple-touch-icon-precomposed" sizes="60x60" href="{% static 'lca2018/images/apple-touch-icon-60x60.png' %}" /> | 
					
						
							|  |  |  |   <link rel="apple-touch-icon-precomposed" sizes="120x120" href="{% static 'lca2018/images/apple-touch-icon-120x120.png' %}" /> | 
					
						
							|  |  |  |   <link rel="apple-touch-icon-precomposed" sizes="76x76" href="{% static 'lca2018/images/apple-touch-icon-76x76.png' %}" /> | 
					
						
							|  |  |  |   <link rel="apple-touch-icon-precomposed" sizes="152x152" href="{% static 'lca2018/images/apple-touch-icon-152x152.png' %}" /> | 
					
						
							|  |  |  |   <link rel="icon" type="image/png" href="{% static 'lca2018/images/favicon-196x196.png' %}" sizes="196x196" /> | 
					
						
							|  |  |  |   <link rel="icon" type="image/png" href="{% static 'lca2018/images/favicon-96x96.png' %}" sizes="96x96" /> | 
					
						
							|  |  |  |   <link rel="icon" type="image/png" href="{% static 'lca2018/images/favicon-32x32.png' %}" sizes="32x32" /> | 
					
						
							|  |  |  |   <link rel="icon" type="image/png" href="{% static 'lca2018/images/favicon-16x16.png' %}" sizes="16x16" /> | 
					
						
							|  |  |  |   <link rel="icon" type="image/png" href="{% static 'lca2018/images/favicon-128.png' %}" sizes="128x128" /> | 
					
						
							|  |  |  |   <link rel="icon" href="{% static 'lca2018/images/favicon.png' %}" sizes="512x512" /> | 
					
						
							|  |  |  |   <meta name="application-name" content=" "/> | 
					
						
							|  |  |  |   <meta name="msapplication-TileColor" content="#FFFFFF" /> | 
					
						
							|  |  |  |   <meta name="msapplication-TileImage" content="{% static 'lca2018/images/mstile-144x144.png' %}" /> | 
					
						
							|  |  |  |   <meta name="msapplication-square70x70logo" content="{% static 'lca2018/images/mstile-70x70.png' %}" /> | 
					
						
							|  |  |  |   <meta name="msapplication-square150x150logo" content="{% static 'lca2018/images/mstile-150x150.png' %}" /> | 
					
						
							|  |  |  |   <meta name="msapplication-wide310x150logo" content="{% static 'lca2018/images/mstile-310x150.png' %}" /> | 
					
						
							|  |  |  |   <meta name="msapplication-square310x310logo" content="{% static 'lca2018/images/mstile-310x310.png' %}" /> | 
					
						
							|  |  |  |    | 
					
						
							|  |  |  |   {% block extra_style %}{% endblock %} | 
					
						
							|  |  |  |   {% endblock %} | 
					
						
							|  |  |  |    | 
					
						
							|  |  |  |   {% block extra_head_base %} | 
					
						
							|  |  |  |   {% block extra_head %}{% endblock %} | 
					
						
							|  |  |  |   {% endblock %} | 
					
						
							|  |  |  | </head> | 
					
						
							|  |  |  | <body class="{% block body_class %}{% endblock %}"> | 
					
						
							|  |  |  |   {% block template_overrides %}{% endblock %} | 
					
						
							|  |  |  |   <header class="clearfix hidden-print"> | 
					
						
							|  |  |  |       {% block navbar %}{% include 'nav.html' %}{% endblock %} | 
					
						
							|  |  |  |   </header> | 
					
						
							|  |  |  |      | 
					
						
							|  |  |  |   <main role="main" class="{% block main_class %}container{% endblock %}"> | 
					
						
							|  |  |  |     {% if messages %} | 
					
						
							|  |  |  |     <ul class="messagelist hidden-print"> | 
					
						
							|  |  |  |       {% for message in messages %} | 
					
						
							|  |  |  |       <li{% if message.tags %} class="{{ message.tags }}"{% endif %}>{{ message }}</li> | 
					
						
							|  |  |  |       {% endfor %} | 
					
						
							|  |  |  |     </ul> | 
					
						
							|  |  |  |     {% endif %} | 
					
						
							|  |  |  |      | 
					
						
							|  |  |  |      | 
					
						
							| 
									
										
										
										
											2017-01-16 14:28:24 +11:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-01-16 15:55:42 +11:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-06-04 20:54:51 +12:00
										 |  |  |     {% block body_base %} | 
					
						
							|  |  |  |     {% block body %} | 
					
						
							|  |  |  |      | 
					
						
							|  |  |  |     <div class="row"> | 
					
						
							|  |  |  |       <div class="col-md-1"> | 
					
						
							|  |  |  |         {% block body_outer %} | 
					
						
							| 
									
										
										
										
											2017-04-16 16:01:57 +10:00
										 |  |  |         {% endblock %} | 
					
						
							| 
									
										
										
										
											2018-06-04 20:54:51 +12:00
										 |  |  |       </div> | 
					
						
							| 
									
										
										
										
											2017-04-10 21:10:25 +10:00
										 |  |  |     </div> | 
					
						
							| 
									
										
										
										
											2018-06-04 20:54:51 +12:00
										 |  |  |     {% block content %} | 
					
						
							|  |  |  |     {% endblock %} | 
					
						
							|  |  |  |     {% endblock %} | 
					
						
							|  |  |  |     {% endblock %} | 
					
						
							|  |  |  |      | 
					
						
							|  |  |  |     {% block footer_base %} | 
					
						
							|  |  |  |     {% block footer %} | 
					
						
							|  |  |  |     {% endblock %} | 
					
						
							|  |  |  |     {% endblock %} | 
					
						
							|  |  |  |      | 
					
						
							|  |  |  |     {% block scripts %} | 
					
						
							|  |  |  |     <script src="{% static 'js/app.js' %}" type="text/javascript"></script> | 
					
						
							|  |  |  |     <script src="{% static 'js/jquery.formset.js' %}"></script> | 
					
						
							|  |  |  |     <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script> | 
					
						
							|  |  |  |     <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script> | 
					
						
							|  |  |  |     <script src="{% static 'bootstrap/js/bootstrap.min.js' %}"></script> | 
					
						
							|  |  |  |     {% block extra_script %} | 
					
						
							|  |  |  |     {% endblock %} | 
					
						
							|  |  |  |     {% block scripts_extra %}{% endblock %} | 
					
						
							|  |  |  |     {% endblock %} | 
					
						
							|  |  |  |      | 
					
						
							|  |  |  |     {% block extra_body_base %} | 
					
						
							|  |  |  |     {% block extra_body %} | 
					
						
							|  |  |  |     {% endblock %} | 
					
						
							|  |  |  |     {% endblock %} | 
					
						
							|  |  |  |   </main> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   <footer class="bg-white text-primary py-5"> | 
					
						
							|  |  |  |     <p> | 
					
						
							|  |  |  |       © 2018 linux.conf.au <br /> | 
					
						
							|  |  |  |       and Linux Australia. <br /> | 
					
						
							|  |  |  |       Linux is a registered <br /> | 
					
						
							|  |  |  |       trademark of Linus Torvalds. | 
					
						
							|  |  |  |     </p> | 
					
						
							|  |  |  |   </footer> | 
					
						
							|  |  |  | </body> | 
					
						
							| 
									
										
										
										
											2016-06-27 08:01:42 +10:00
										 |  |  | </html> |