hr@0: <!DOCTYPE html>
hr@0: <html lang="en"><head>
hr@0: <meta http-equiv="content-type" content="text/html; charset=UTF-8">
hr@0:     <meta charset="utf-8">
peter@31:     <!--meta http-equiv="X-UA-Compatible" content="IE=edge"-->
hr@0:     <meta name="viewport" content="width=device-width, initial-scale=1.0">
hr@0:     <meta name="description" content="">
hr@0:     <meta name="author" content="">
peter@1:     <link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico')}}">
hr@0: 
peter@33:     <title>pymove3D -- 2014</title>
hr@0: 
hr@0:     <!-- Bootstrap core CSS -->
peter@1:     <link href="/static/css/bootstrap.css" rel="stylesheet">
hr@0: 
hr@0:     <!-- Custom styles for this template -->
peter@1:     <link href="/static/css/navbar.css" rel="stylesheet">
peter@1: 
peter@1:     <!-- Custom styles for pymove3d -->
peter@1:     <link href="/static/css/pymove3d.css" rel="stylesheet">
peter@1: 
hr@0: 
hr@0:     <!-- Just for debugging purposes. Don't actually copy this line! -->
peter@1:     <!--[if lt IE 9]><script src="/static/js/ie8-responsive-file-warning.js"></script><![endif]-->
hr@0: 
hr@0:     <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
hr@0:     <!--[if lt IE 9]>
hr@0:       <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
hr@0:       <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
hr@0:     <![endif]-->
hr@0:   </head>
hr@0: 
hr@0:   <body>
hr@0: 
hr@0:     <div class="container">
peter@36: <p style="text-align:right;padding-right:20px;font-size:.7em;">
peter@36: <a href="/datenschutz">Datenschutzerklärung</a>
peter@36: <a href="/impressum">Impressum</a></p>
hr@0:       <!-- Static navbar -->
hr@0:       <div class="navbar navbar-default" role="navigation">
hr@0:         <div class="navbar-header">
hr@0:           <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
hr@0:             <span class="sr-only">Toggle navigation</span>
hr@0:             <span class="icon-bar"></span>
hr@0:             <span class="icon-bar"></span>
hr@0:             <span class="icon-bar"></span>
hr@0:           </button>
peter@33:           <a class="navbar-brand" href="/">pymove3D -- 2014</a>
hr@0:         </div>
hr@0:         <div class="navbar-collapse collapse">
hr@0:           <ul class="nav navbar-nav navbar-right">
peter@33:              {% for href, caption in [('/competition', 'Wettbewerb'),
peter@33: 	                          ('/task', 'Aufgabe'),
peter@33:                                   ('/submission', 'Einreichung'),
peter@33: 	                          ('/coursematerial', 'Kursmaterial'),
peter@3: 	  ]:
peter@3: 	  %}
peter@3:           {%- if href[1:] == act -%} 
peter@3:           <li class="active">{% else %} <li>{% endif %}<a href="{{ href }}" >{{ caption }}</a></li>
peter@3:           {% endfor %}
hr@0:           </ul>
hr@0:         </div><!--/.nav-collapse -->
hr@0:       </div>
hr@0: 
hr@0:       <!-- Main component for a primary marketing message or call to action -->
hr@0:       <div class="jumbotron">
peter@1:        	{% block jumbotron %}{% endblock %}
peter@30:         <div class="clear"></div>
hr@0:       </div>
hr@16:        	{% block body %}{% endblock %}{% include "footer.html" %}
hr@16:       
hr@0:     </div> <!-- /container -->
hr@16:      
hr@0: 
hr@0:     <!-- Bootstrap core JavaScript
hr@0:     ================================================== -->
hr@0:     <!-- Placed at the end of the document so the pages load faster -->
peter@31:     <script src="/static/js/jquery-2.0.3.min.js"></script>
peter@1:     <script src="static/js/bootstrap.js"></script>
hr@0:   
hr@0: 
peter@1: </body></html>