11 lines
		
	
	
		
			211 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			211 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{% extends "index.html" %}
 | 
						|
 | 
						|
{% block title %}
 | 
						|
	{{ section.title }} — {{ config.title }}
 | 
						|
{% endblock %}
 | 
						|
 | 
						|
{% block content %}
 | 
						|
	<h1>{{ section.title }}</h1>
 | 
						|
	{{ macros::list_posts() }}
 | 
						|
{% endblock content %}
 |