{% extends 'layouts/base.njk' %} {% set title = name %} {% block content %}

{{ name }}

{{ position }}

{% if positionInternal %}

{{ positionInternal }}

{% endif %}
photo de {{ name }} {% if personalSite %}

site web : {{ personalSite }}

{% endif %}
{{ content | safe }} {% if tags %}

Mots-clés

{% endif %}
Voir tous les membres
{% if emailSlug %} {% set contactMember = emailSlug %} {% elif url %} {% set contactMember = url | replace("/members/","") | replace("-",".") %} {% endif %} {% set contactTitle = ["Écrire à ",name] | join %} {% include "partials/components/contact-form.njk" %}
{% endblock %}