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

Post

{{ postView.Author.DisplayName }}

{{ postView.Author.Handle }}

{{ postView.Author.Did }}

{{ postView.Record.Val.Text }}

{%- endblock %}