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