17 lines
		
	
	
		
			303 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			303 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
These are called dailies but these are not posted daily
 | 
						|
<hr>
 | 
						|
$for(today)$
 | 
						|
  <article>
 | 
						|
      <h1 class="post-title">$title$</h1>
 | 
						|
      <div class="post-teaser">
 | 
						|
            $body$
 | 
						|
      </div>
 | 
						|
      <hr>
 | 
						|
  </article>
 | 
						|
$endfor$
 | 
						|
 | 
						|
<p>
 | 
						|
 <h3> Previous Dailies: </h3>
 | 
						|
</p>
 | 
						|
$partial("templates/post-list.html")$
 |