Personal Information: {{ name }}

{% macro render_item(value) %} {% if value is mapping %} {% elif value is iterable and value is not string %} {% else %} {{ value }} {% endif %} {% endmacro %} {% for title, items in sections %} {% if items %}

{{ title }}

{{ render_item(items) }}
{% endif %} {% endfor %}