forked from f0ck/f0ckv2
aktueller Stand
This commit is contained in:
16
views/test.html
Normal file
16
views/test.html
Normal file
@ -0,0 +1,16 @@
|
||||
{{include main/header}}
|
||||
<div class="container-fluid">
|
||||
{{include partials/pagination}}
|
||||
<ul id="posts">
|
||||
{{each items as item}}
|
||||
<li class="post">
|
||||
<a href="/{{=item.id}}" title="{{=item.mime}}">
|
||||
<img class="thumb" src="/t/{{=item.id}}.png" />
|
||||
<span class="item-mime">{{=item.mime}}</span>
|
||||
</a>
|
||||
</li>
|
||||
{{/each}}
|
||||
</ul>
|
||||
{{include partials/pagination}}
|
||||
</div>
|
||||
{{include main/footer}}
|
Reference in New Issue
Block a user