xmpp.chapril.org-conversejs/src/templates/chatroom_sidebar.html
JC Brand 8a4aa4efdd Use a named variable for _.template
This removes the need for `switch (obj)` in the template which is not
allowed in strict mode.

Additionally using a named variable speeds up rendering.
2017-11-05 18:59:29 +01:00

6 lines
176 B
HTML

<!-- <div class="occupants"> -->
<p class="occupants-heading">{{{o.label_occupants}}}</p>
<ul class="occupant-list"></ul>
<div class="chatroom-features"></div>
<!-- </div> -->