20 lines
		
	
	
		
			396 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			396 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<article>
 | 
						|
    <h1 class="post-title">$title$</h1>
 | 
						|
    <section class="post-header">
 | 
						|
        Posted on $date$
 | 
						|
        $if(author)$
 | 
						|
            by $author$
 | 
						|
        $endif$<br>
 | 
						|
        $if(tags)$
 | 
						|
            Tags: $tags$
 | 
						|
        $endif$<br>
 | 
						|
        $if(modified)$
 | 
						|
            Last modified on $modified$
 | 
						|
        $endif$
 | 
						|
    </section>
 | 
						|
    <hr>
 | 
						|
    <section>
 | 
						|
        $body$
 | 
						|
    </section>
 | 
						|
</article>
 |