← Back to posts <%= 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} />