{% extends "base.html" %} {% block head_title %} {%- if profileView -%} @{{ profileView.Handle }} on Bluesky {%- else -%} Bluesky {%- endif -%} {% endblock %} {% block html_head_extra -%} {%- if profileView -%} {%- if requestURI %} {% endif -%} {%- if profileView.DisplayName %} {% else %} {% endif -%} {%- if profileView.Description %} {% endif -%} {%- if profileView.Banner %} {%- elif profileView.Avatar -%} {# Don't use avatar image in cards; usually looks bad #} {% endif %} {% endif -%} {%- endblock %} {% block noscript_extra -%}

Profile

{{ profileView.DisplayName }}

{{ profileView.Handle }}

{{ profileView.Did }}

{{ profileView.Description }}

{%- endblock %}