A theme for pelican which mimics the look of LaTeX documents
				
			 
			
		 
		
		
		
		
		
		
			Вы не можете выбрать более 25 тем
			Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
		
		
		
		
		
			
	
	
		
			
				
					
						
						
							 | 
							- {% extends "index.html" %}
 - 
 - {% block title %}{{ SITENAME }} - {{ category }} category{% endblock %}
 - 
 - {% block content_title %}
 - <h2>Articles in the {{ category }} category</h2>
 - {% endblock %}
 
 
  |