matrix-docker-ansible-deploy/roles/custom/matrix-base/templates/static-files/well-known/matrix-support.j2

8 lines
226 B
Plaintext
Raw Normal View History

#jinja2: lstrip_blocks: "True"
{
2023-10-19 17:39:38 +00:00
"contacts": {{ matrix_homeserver_admin_contacts|to_json }}
{% if matrix_homeserver_support_url %},
"support_page": {{ matrix_homeserver_support_url|to_json }}
{% endif %}
}