quotesite/src/templates/browse.mustache

17 lines
517 B
Plaintext

{{# quotes }}
<div class="entries">
<h3><a href="/{{ channelsafe }}/0">{{channel}}</a> - #{{listid}} - {{time}}</h3>
<p>({{nick}}) {{message}}</p>
<small><i>added by {{adder}}.</i> <a href="/quotes/{{id}}">permalink</a> <a href="/quotes/{{listid}}/vote">upvote</a> score: {{ score }}</small>
<br />
</div>
{{/ quotes }}
<br />
{{# paging }}
<center>
{{# isnt1}}<a href="/{{ kind }}/{{ prev }}">prev</a> {{/ isnt1 }} this <a href="/{{ kind }}/{{ next }}">next</a>
</center>
{{/ paging }}