13 lines
		
	
	
		
			239 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			239 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <article class="group">
 | |
|     <h1>$title$</h1>
 | |
|     <div class="postmeta"><div id="date">$date$</div>
 | |
|     $if(tags)$
 | |
|     <div id="tags">Posted in $tags$</div>
 | |
|     $endif$
 | |
|     </div>
 | |
|     
 | |
|     <section>
 | |
|         $body$
 | |
|     </section>
 | |
| </article>
 | 
