Add page with all posts
This commit is contained in:
		
							
								
								
									
										10
									
								
								templates/posts.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								templates/posts.html
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,10 @@
 | 
			
		||||
{% extends "index.html" %}
 | 
			
		||||
 | 
			
		||||
{% block title %}
 | 
			
		||||
	{{ section.title }} — {{ config.title }}
 | 
			
		||||
{% endblock %}
 | 
			
		||||
 | 
			
		||||
{% block content %}
 | 
			
		||||
	<h1>{{ section.title }}</h1>
 | 
			
		||||
	{{ macros::list_posts() }}
 | 
			
		||||
{% endblock content %}
 | 
			
		||||
		Reference in New Issue
	
	Block a user