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 %}
 
 
  |