{% 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 postText %} {% endif -%} {%- if imgThumbUrls %} {% for imgThumbUrl in imgThumbUrls %} {% endfor %} {%- elif postView.Author.Avatar %} {# Don't use avatar image in cards; usually looks bad #} {% endif %} {% endif -%} {%- endblock %} {% block noscript_extra -%} {%- if postView -%}

Post

{{ postView.Author.DisplayName }}

{{ postView.Author.Handle }}

{{ postView.Author.Did }}

{{ postText }}

{{ postView.IndexedAt }}

{% endif -%} {%- endblock %}