mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 08:09:33 +08:00
fd4ce6ab8f
This would also prevent any linting tool to attempt to lint this incorrectly.
11 lines
286 B
Plaintext
11 lines
286 B
Plaintext
<aside class='quote' data-post="{{post_number}}" data-topic="{{topic_id}}">
|
|
<div class='title'>
|
|
<div class='quote-controls'></div>
|
|
{{{avatar}}}
|
|
<a href="{{original_url}}">{{{title}}}</a> {{{category_html}}}
|
|
</div>
|
|
<blockquote>
|
|
{{{quote}}}
|
|
</blockquote>
|
|
</aside>
|