{% for key, value in config.items() %}
{{ key }}:
{% if value is boolean %} {% else %} {% endif %} {# TODO how to display lists? #}
{% if key in user_config %}
{% endif %}
{% endfor %}