mirror of
				https://github.com/tiyn/beaker-blog.git
				synced 2025-11-04 04:41:15 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			358 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			358 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<html>
 | 
						|
<head>
 | 
						|
    <title>{{ title }}</title>
 | 
						|
    <link href="{{ url_for('static', filename='css/style.css') }}" rel="stylesheet" type="text/css">
 | 
						|
    <meta charset="utf-8">
 | 
						|
    <meta name="viewport" content="width=device-width", initial-scale=1.0>
 | 
						|
</head>
 | 
						|
<body>
 | 
						|
    <!-- Content -->
 | 
						|
	{% block content %}
 | 
						|
	{% endblock %}
 | 
						|
    <!-- Content -->
 | 
						|
</body>
 | 
						|
</html>
 |