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