{# Profile header: avatar, display name, role, external links, short bio and feed discovery links. Uses ``maatlog.profile`` and ``maatlog.feeds``. #} {%- set profile = maatlog.profile -%} {%- if profile -%}
{%- if profile.avatar_url -%} {%- else -%} {%- endif -%}

{{ profile.display_name|e }}

{%- if profile.role -%}

{{ profile.role|e }}

{%- endif -%} {%- with maatlog_author_links=profile.links -%} {%- include "maatlog/components/author-links.html" -%} {%- endwith -%} {%- if profile.bio_short -%}

{{ profile.bio_short|e }}

{%- endif -%} {%- include "maatlog/components/feed-links.html" -%}
{%- endif -%}