mirror of
				https://gitlab.com/ahoneybun/ahoneybun-net.git
				synced 2025-10-30 22:48:14 -06:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
	
		
			244 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
	
		
			244 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="en">
 | |
| 
 | |
| <head>
 | |
|   <meta charset="utf-8">
 | |
|   <title>MyBlog</title>
 | |
| </head>
 | |
| 
 | |
| <body>
 | |
|   <section class="section">
 | |
|     <div class="container">
 | |
|       {% block content %} {% endblock %}
 | |
|     </div>
 | |
|   </section>
 | |
| </body>
 | |
| 
 | |
| </html>
 |