templates: Abstract render_bundle behind a Jinja2 macro.

Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
Anders Kaseorg
2019-09-13 17:44:46 -07:00
committed by Tim Abbott
parent 1df5cdc41a
commit 9b38bcc2a6
40 changed files with 61 additions and 55 deletions

View File

@@ -336,6 +336,7 @@ def is_django_block_tag(tag):
'for',
'if',
'ifequal',
'macro',
'verbatim',
'blocktrans',
'trans',