13 lines
		
	
	
		
			191 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			191 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <article class="group">
 | |
|     <h1>$title$</h1>
 | |
|     <p class="subtitle">$date$
 | |
|     $if(tags)$
 | |
|     , posted in $tags$
 | |
|     $endif$
 | |
|     </p>
 | |
| 
 | |
|     <section>
 | |
|         $body$
 | |
|     </section>
 | |
| </article>
 | 
