{# /** * @file * Template do bloco de cabeçalho do microsite. * * Variáveis: * - photo_url: URL absoluta da foto padrão (string|null). * - photo_alt: Texto alternativo da foto (string). * - name: Nome completo do usuário (string). * - roles: Array de rótulos das roles do usuário (string[]). * - bio: Biografia (string|null). * - phone: Telefone (string|null). * - email: E-mail (string|null). * - lattes_id: ID do Currículo Lattes (string|null). * - orcid_id: ORCID iD (string|null). * - mathscinet_id: MathSciNet Author ID (string|null). */ #}
{% if photo_url %} {{ photo_alt }} {% else %} {% endif %}

{{ name }}

{% if bio %}
{{ bio|raw }}
{% endif %} {% if phone or email %} {% endif %} {% if lattes_id or orcid_id or mathscinet_id %} {% endif %}