Files
zulip/static/templates/subscriptions.hbs
Anders Kaseorg 0c565f50be templates: Use upstream Handlebars partials syntax.
Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
2019-07-12 21:11:14 -07:00

4 lines
53 B
Handlebars

{{#each subscriptions}}
{{> subscription}}
{{/each}}