13 lines
		
	
	
		
			297 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			297 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<article>
 | 
						|
  <header>
 | 
						|
    <h1>@|title|</h1>
 | 
						|
    <p class='date-and-tags'>@|date| - @|tags|</p>
 | 
						|
    <p class='authors'>By: @|authors|</p>
 | 
						|
  </header>
 | 
						|
  @|content|
 | 
						|
  <footer>
 | 
						|
    @older/newer-links[older-uri older-title newer-uri newer-title
 | 
						|
                       #:for-bs 4]
 | 
						|
  </footer>
 | 
						|
</article>
 |