← Back to posts <.rss_icon class="size-5" />
<%= if @authenticated and @visibility == :draft do %>
Draft — not published
<% end %> <%= if @authenticated and @visibility == :scheduled do %>
This post is scheduled for {Calendar.strftime(@post.date, "%B %d, %Y")}
<% end %> <.post_show post={@post} base_path={@base_path} />