{%- if post.edited_at <= post.created_at -%}
Posted on {{timestamp(post.created_at)}}
{%- else -%}
Edited on {{timestamp(post.edited_at)}}
{%- endif -%}
{%- if show_toolbar -%}
{%- if owns -%}
Edit
{%- endif -%}
{%- if can_reply -%}
{%- endif -%}
{%- if can_delete -%}
Delete
{%- endif -%}
{%- endif -%}
{%- if not is_editing -%}
{{post.content | safe}}
{%- if render_sig and post.signature_rendered -%}
{%- endif -%}
{%- else -%}
{{- babycode_editor_component(prefill=post.original_markup) -}}
{%- endif -%}
{%- if show_reactions -%}
{%- if is_logged_in() -%}{%- endif -%}
{%- elif is_editing -%}
Cancel
{%- endif -%}