| 
									
										
										
										
											2020-06-20 20:03:06 +02:00
										 |  |  | <!DOCTYPE html> | 
					
						
							|  |  |  | <html lang="en"> | 
					
						
							|  |  |  | <head> | 
					
						
							|  |  |  |     <meta charset="UTF-8"> | 
					
						
							|  |  |  |     <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" | 
					
						
							|  |  |  |           integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous"> | 
					
						
							|  |  |  |     {% block head %}<title>Berserker's Multiworld</title> | 
					
						
							|  |  |  |     {% endblock %} | 
					
						
							|  |  |  | </head> | 
					
						
							|  |  |  | <body> | 
					
						
							| 
									
										
										
										
											2020-07-04 23:50:18 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | {% with messages = get_flashed_messages() %} | 
					
						
							|  |  |  |     {% if messages %} | 
					
						
							|  |  |  |         <div class=".container-fluid"> | 
					
						
							|  |  |  |             {% for message in messages %} | 
					
						
							|  |  |  |                 <div class="alert alert-danger" role="alert">{{ message }}</div> | 
					
						
							|  |  |  |             {% endfor %} | 
					
						
							|  |  |  |         </div> | 
					
						
							|  |  |  |     {% endif %} | 
					
						
							|  |  |  | {% endwith %} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {% block body %}{% endblock %} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-06-26 19:29:33 +02:00
										 |  |  | <br> {# spacing for notice #} | 
					
						
							| 
									
										
										
										
											2020-06-21 04:31:02 +02:00
										 |  |  | <footer class="page-footer" style="position: fixed; left: 0; bottom: 0; width: 100%; text-align: center"> | 
					
						
							|  |  |  |     <div class="container"> | 
					
						
							|  |  |  |         <span class="text-muted">This site uses a cookie to track your session in order to give you ownership over uploaded files and created instances.</span> | 
					
						
							|  |  |  |         {#  <button type="button" class="btn btn-secondary btn-sm" onclick="document.getElementById('cookiefooter').remove()">X</button> #} | 
					
						
							|  |  |  |     </div> | 
					
						
							|  |  |  | </footer> | 
					
						
							| 
									
										
										
										
											2020-06-20 20:03:06 +02:00
										 |  |  | </body> |