{% extends "base.html" %} {% block content %}

Profile Sources: {{ profile_key }}

配置 profile 默认会使用哪些源,以及它们的顺序。

{% for binding in bindings %} {% endfor %}
EnabledKeyOrderTypeURL
{{ binding.key }}
{{ binding.display_name }}
{{ binding.kind }} {{ binding.url }}
{% endblock %}