{% extends "base.html" %} {# TODO: "same as" indication with DID? #} {# TODO: could work in profileView.DisplayName here, conditionally? #} {% block html_head_extra -%} {%- if profileView -%} {%- if profileView.Description %} {% endif -%} {%- if profileView.Avatar %} {% endif -%} {%- endif -%} {%- endblock %} {% block noscript_extra -%}

Profile

{{ profileView.DisplayName }}

{{ profileView.Handle }}

{{ profileView.Did }}

{{ profileView.Description }}

{%- endblock %}