7 lines
		
	
	
		
			153 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			153 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{% extends "index.html" %}
 | 
						|
 | 
						|
{% block content %}
 | 
						|
	<h1>{{ term.name }} category</h1>
 | 
						|
	{{ macros::list_posts(section=term, taxonomy=true) }}
 | 
						|
{% endblock %}
 |