| 
									
										
										
										
											2021-09-17 18:41:26 -04:00
										 |  |  | {% extends 'pageWrapper.html' %} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {% block head %} | 
					
						
							|  |  |  |     <title>{{ game }} Info</title> | 
					
						
							|  |  |  |     <link rel="stylesheet" type="text/css" href="{{ url_for('static', filename="styles/markdown.css") }}" /> | 
					
						
							| 
									
										
										
										
											2021-09-17 20:39:53 -04:00
										 |  |  |     <script src="https://cdnjs.cloudflare.com/ajax/libs/showdown/1.9.1/showdown.min.js" | 
					
						
							|  |  |  |             integrity="sha512-L03kznCrNOfVxOUovR6ESfCz9Gfny7gihUX/huVbQB9zjODtYpxaVtIaAkpetoiyV2eqWbvxMH9fiSv5enX7bw==" | 
					
						
							|  |  |  |             crossorigin="anonymous"></script> | 
					
						
							| 
									
										
										
										
											2021-09-17 18:41:26 -04:00
										 |  |  |     <script type="application/ecmascript" src="{{ url_for('static', filename="assets/gameInfo.js") }}"></script> | 
					
						
							|  |  |  | {% endblock %} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {% block body %} | 
					
						
							|  |  |  |     {% include 'header/grassHeader.html' %} | 
					
						
							| 
									
										
										
										
											2021-09-17 20:35:31 -04:00
										 |  |  |     <div id="game-info" class="markdown" data-lang="{{ lang }}" data-game="{{ game }}"> | 
					
						
							| 
									
										
										
										
											2021-09-17 18:41:26 -04:00
										 |  |  |         <!-- Populated my JS / MD --> | 
					
						
							|  |  |  |     </div> | 
					
						
							|  |  |  | {% endblock %} |