{{ document.contact.full_name }}
Please be aware that the CV sections are still under construction and are therefore not yet complete in terms of content.
{% if document.highlighted_narrative %}{{ document.highlighted_narrative }}
{% endif %} {% for block in document.areas if block.sections %} {% if block.is_subject or document.is_boss %}{{ block.title }}
{% else %}{{ block.title }}
{% endif %}{% endif %} {% for section in block.sections %} {{ render_section(section) }} {% endfor %}{% endif %} {% endfor %} {% for section in document.common %} {{ render_section(section) }} {% endfor %}