quotesite/src/templates/browse.mustache

17 lines
453 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}}. <a href="/quotes/{{id}}">permalink</a></i></small>
<br />
</div>
{{/ quotes }}
<br />
{{# paging }}
<center>
{{# isnt1}}<a href="/{{ kind }}/{{ prev }}">prev</a> {{/ isnt1 }} this <a href="/{{ kind }}/{{ next }}">next</a>
</center>
{{/ paging }}