86 |
87 | {{#if this.avatar}}
88 |

89 | {{/if}}
90 |
91 |
92 | {{escape this.username}}
93 |
94 | {{#if this.name}}
95 | ({{this.name}})
96 | {{/if}}
97 |
98 |
99 |
102 | {{#if this.reply_to}}
103 | (回复 #{{this.reply_to}}) #{{this.number}}
104 | {{else}}
105 | #{{this.number}}
106 | {{/if}}
107 |
108 |
109 |
110 | {{this.content}}
111 |
112 |
113 | {{#if this.emojis}}
114 |
115 |
116 |
117 | {{#each this.emojis}}
118 |

119 |
{{this}}
120 | {{/each}}
121 |
122 | {{/if}}
123 | {{#if this.likes}}
124 |
125 |
126 |
127 | {{this.likes}} 个赞
128 |
129 | {{/if}}
130 |
131 |
135 | {{#if prev_page}}
136 |
← 上一页
137 | {{/if}}
138 | {{#if next_page}}
139 |
下一页 →
140 | {{/if}}
141 |