mirror of https://github.com/zulip/zulip.git
8 lines
229 B
Handlebars
8 lines
229 B
Handlebars
|
{{! Client-side Mustache template for rendering the trailing bookend.}}
|
||
|
|
||
|
{{#if bookend_content}}
|
||
|
<div class="{{#if trailing}}trailing_bookend{{/if}} bookend sub-unsub-message">
|
||
|
<span>{{bookend_content}}</span>
|
||
|
</div>
|
||
|
{{/if}}
|