Initial commit
This commit is contained in:
8
views/view.handlebars
Normal file
8
views/view.handlebars
Normal file
@ -0,0 +1,8 @@
|
||||
{{!-- 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>
|
Reference in New Issue
Block a user