8 lines
		
	
	
		
			298 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			298 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{{!-- pasteview inside views/partials --}}
 | 
						|
<h1>Most recent pastes</h1>
 | 
						|
<form method="post" action="/v" id="filter_form">
 | 
						|
  <p>Filter pastes (<a href="/a/howto#filter">help</a>):</p><input type="text" name="filter"><input type="submit">
 | 
						|
</form>
 | 
						|
<div id="paste_list">
 | 
						|
  {{> pasteview pastes }}
 | 
						|
</div> |