{{ cv.basics.name | default: page.title | markdownify | remove: '

' | remove: '

' }}

{% if cv.basics.label %}

{{ cv.basics.label | markdownify | remove: '

' | remove: '

' }}

{% endif %} {% if page.actions %}
    {% for action in page.actions %}
  • {% if action.icon %}{% include {{ action.icon | prepend: 'icon-' | append: '.svg' }} %}{% endif %}{{ action.label }}
  • {% endfor %}
{% endif %}