12 lines
		
	
	
		
			263 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			263 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{% extends "index.html" %}
 | 
						|
 | 
						|
{% block content %}
 | 
						|
	<h1>{{ term.name }} category</h1>
 | 
						|
	<div class="search-wrapper"></div>
 | 
						|
	{{ macros::list_posts(section=term, taxonomy=true) }}
 | 
						|
{% endblock %}
 | 
						|
 | 
						|
{% block script %}
 | 
						|
	<script src="/js/search.js"></script>
 | 
						|
{% endblock %}
 |