🚧 switch to bootstrap-flask / bootstrap 4
This commit is contained in:
		
							parent
							
								
									8ede1fa6a7
								
							
						
					
					
						commit
						c42501f8da
					
				
					 1 changed files with 26 additions and 0 deletions
				
			
		
							
								
								
									
										26
									
								
								templates/bootstrap/base.html
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										26
									
								
								templates/bootstrap/base.html
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
					@ -0,0 +1,26 @@
 | 
				
			||||||
 | 
					<!doctype html>
 | 
				
			||||||
 | 
					<html lang="en">
 | 
				
			||||||
 | 
					    <head>
 | 
				
			||||||
 | 
					        {% block head %}
 | 
				
			||||||
 | 
					        <!-- Required meta tags -->
 | 
				
			||||||
 | 
					        <meta charset="utf-8">
 | 
				
			||||||
 | 
					        <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        {% block styles %}
 | 
				
			||||||
 | 
					            <!-- Bootstrap CSS -->
 | 
				
			||||||
 | 
					            {{ bootstrap.load_css() }}
 | 
				
			||||||
 | 
					        {% endblock %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        <title>Your page title</title>
 | 
				
			||||||
 | 
					        {% endblock %}
 | 
				
			||||||
 | 
					    </head>
 | 
				
			||||||
 | 
					    <body>
 | 
				
			||||||
 | 
					        <!-- Your page content -->
 | 
				
			||||||
 | 
					        {% block content %}{% endblock %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        {% block scripts %}
 | 
				
			||||||
 | 
					            <!-- Optional JavaScript -->
 | 
				
			||||||
 | 
					            {{ bootstrap.load_js() }}
 | 
				
			||||||
 | 
					        {% endblock %}
 | 
				
			||||||
 | 
					    </body>
 | 
				
			||||||
 | 
					</html>
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue