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

{{ name }}

{{ position }}

{% if positionInternal %}

{{ positionInternal }}

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

site web : {{ personalSite }}

{% endif %} {% if socialMastodon %} {% endif %} {% if socialTwitter %} {% endif %} {% if socialLinkedin %} {% endif %}
{{ content | safe }} {% if tags %}

Mots-clés

{% endif %}
Voir tous les membres
{% include "partials/components/contact-form.njk" %}
{% endblock %}