A theme for pelican which mimics the look of LaTeX documents
				
			 
			
		 
		
		
		
		
		
		
			Вы не можете выбрать более 25 тем
			Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
		
		
		
		
		
			
	
	
		
			
				
					
						
						
							 | 
							- {% extends "base.html" %}
 - 
 - {% block title %}{{ SITENAME }} - Authors{% endblock %}
 - 
 - {% block content %}
 -     <h1>Authors on {{ SITENAME }}</h1>
 -     <ul>
 -     {% for author, articles in authors|sort %}
 -         <li><a href="{{ SITEURL }}/{{ author.url }}">{{ author }}</a> ({{ articles|count }})</li>
 -     {% endfor %}
 -     </ul>
 - {% endblock %}
 
 
  |