| 
									
										
										
										
											2021-01-03 17:46:47 -05:00
										 |  |  | {% extends 'pageWrapper.html' %} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {% block head %} | 
					
						
							|  |  |  |     {% include 'header/grassHeader.html' %} | 
					
						
							|  |  |  |     <title>Archipelago Guides</title> | 
					
						
							| 
									
										
										
										
											2021-05-13 00:41:49 +02:00
										 |  |  |     <link rel="stylesheet" type="text/css" href="{{ url_for('static', filename="styles/tutorialLanding.css") }}" /> | 
					
						
							|  |  |  |     <script type="application/ecmascript" src="{{ url_for('static', filename="assets/tutorialLanding.js") }}"></script> | 
					
						
							| 
									
										
										
										
											2021-01-03 17:46:47 -05:00
										 |  |  | {% endblock %} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {% block body %} | 
					
						
							|  |  |  |     <div id="tutorial-landing" data-game="{{ game }}" data-file="{{ file }}" data-lang="{{ lang }}"> | 
					
						
							|  |  |  |         <h1 id="page-title">Archipelago Guides</h1> | 
					
						
							|  |  |  |         <p id="loading">Loading...</p> | 
					
						
							|  |  |  |     </div> | 
					
						
							|  |  |  | {%  endblock %} |