zulip/static/templates/bookend.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}}