5 lines
488 B
Handlebars
5 lines
488 B
Handlebars
|
<aside class="quote" data-post="{{post.post_number}}" data-topic="{{post.topic_id}}"><div class="title" style="cursor: pointer;">
|
||
|
<div class="quote-controls">{{!<i class="fa fa-chevron-down" title="expand/collapse"></i>}}<a href="/t/via-quote/{{post.topic_id}}/{{post.post_number}}" title="go to the quoted post" class="quote-other-topic"></a></div>
|
||
|
{{avatar post.username post.uploaded_avatar_id}}{{post.username}}:</div>
|
||
|
<blockquote><p>{{{post.excerpt}}}</p></blockquote></aside>
|