{% for key, value in config.items() %}
{{ key }}:
{% if value is boolean %} {% else %} {% endif %}
{% endfor %}