{% extends "base.html" %} {% block head_title %} {%- if postView -%} @{{ postView.Author.Handle }} on Bluesky {%- elif requiresAuth and profileHandle -%} @{{ profileHandle }} 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 %} {% else %} {% endif %} {%- if postView.LikeCount %} {% endif -%} {%- if postView.ReplyCount %} {% endif -%} {%- if postView.RepostCount %} {% endif -%} {%- elif requiresAuth and profileHandle -%} {%- if requestURI %} {% endif -%} {%- if profileDisplayName %} {% else %} {% endif -%} {% endif -%} {%- endblock %} {% block noscript_extra -%} {%- if postView -%}

Post

{{ postView.Author.DisplayName }}

{{ postView.Author.Handle }}

{{ postView.Author.Did }}

{{ postText }}

{{ postView.IndexedAt }}

{%- elif requiresAuth and profileHandle -%}

Post

{{ profileHandle }}

This post requires authentication to view.

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