7 lines
		
	
	
	
		
			192 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			192 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{% extends "base_standard.html" %}
 | 
						|
 | 
						|
{% block category %}news{% endblock %}
 | 
						|
 | 
						|
{% block head %}
 | 
						|
<link rel="alternate" type="application/rss+xml" title="RSS" href="/feeds/news/" />
 | 
						|
{% endblock %}
 |