mirror of
				https://github.com/tiyn/beaker-blog.git
				synced 2025-11-04 04:41:15 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			251 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			251 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{% extends 'template.html' %}
 | 
						|
{% block content %}
 | 
						|
<div class="container">
 | 
						|
    <div class="blogarchive">
 | 
						|
		<h1>Blog-Archive</h1><br>
 | 
						|
        {% autoescape off %}
 | 
						|
        {{ content_string }}
 | 
						|
        {% endautoescape %}
 | 
						|
    </div>
 | 
						|
</div>
 | 
						|
{% endblock %}
 |