c9e30708be
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1931 `|to_json` already adds the surrounding double-quotes for the string, so adding them explicitly means we've got a double-quotes problem.
8 lines
224 B
Django/Jinja
8 lines
224 B
Django/Jinja
#jinja2: lstrip_blocks: "True"
|
|
{
|
|
"admins": {{ matrix_homeserver_admin_contacts|to_json }}
|
|
{% if matrix_homeserver_support_url %},
|
|
"support_page": {{ matrix_homeserver_support_url|to_json }}
|
|
{% endif %}
|
|
}
|