init
This commit is contained in:
		
							
								
								
									
										13
									
								
								templates/layouts/base.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								templates/layouts/base.html
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,13 @@
 | 
			
		||||
<!doctype html>
 | 
			
		||||
<html>
 | 
			
		||||
	<head>
 | 
			
		||||
		<title>App</title>
 | 
			
		||||
	</head>
 | 
			
		||||
	<body>
 | 
			
		||||
		<div class="container">
 | 
			
		||||
			{% include "includes/header.html" %}
 | 
			
		||||
			{% block content %}{% endblock content %}
 | 
			
		||||
			{% include "includes/footer.html" %}
 | 
			
		||||
		</div>
 | 
			
		||||
	</body>
 | 
			
		||||
</html>
 | 
			
		||||
		Reference in New Issue
	
	Block a user