| 
									
										
										
										
											2020-12-08 21:30:07 -08:00
										 |  |  | {% extends 'pageWrapper.html' %} | 
					
						
							|  |  |  | {% import "macros.html" as macros %} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {% block head %} | 
					
						
							|  |  |  |     <title>Generation failed, please retry.</title> | 
					
						
							| 
									
										
										
										
											2021-05-13 00:41:49 +02:00
										 |  |  |     <link rel="stylesheet" type="text/css" href="{{ url_for('static', filename="styles/waitSeed.css") }}"/> | 
					
						
							| 
									
										
										
										
											2020-12-08 21:30:07 -08:00
										 |  |  | {% endblock %} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {% block body %} | 
					
						
							|  |  |  |     {% include 'header/oceanHeader.html' %} | 
					
						
							|  |  |  |     <div id="wait-seed-wrapper" class="grass-island"> | 
					
						
							|  |  |  |         <div id="wait-seed"> | 
					
						
							|  |  |  |             <h1>Generation failed</h1> | 
					
						
							|  |  |  | 			<h2>please retry</h2> | 
					
						
							|  |  |  |             {{ seed_error }} | 
					
						
							|  |  |  |         </div> | 
					
						
							|  |  |  |     </div> | 
					
						
							|  |  |  |     {% include 'islandFooter.html' %} | 
					
						
							|  |  |  | {% endblock %} |