{%- if tb_pretext -%} {{tb_pretext}} • {%- endif -%} {%- if post.edited_at <= post.created_at -%} Posted on {{timestamp(post.created_at)}} {%- else -%} Edited on {{timestamp(post.edited_at)}} {%- endif -%} {%- if show_thread -%} in thread {{post.thread_title}} {%- endif -%} {%- if show_toolbar -%} {%- if owns and tb_edit -%} Edit {%- endif -%} {%- if can_reply and tb_quote -%} {%- endif -%} {%- if can_delete and tb_delete -%} Delete {%- endif -%} {%- if tb_bookmark -%} {{ bookmark_button('post', post.id, bookmark_btn) }} {%- 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 -%} {{- reaction_buttons(post.id) -}} {%- if is_logged_in() and allow_reacting -%}{%- endif -%} {%- elif is_editing -%} Cancel {%- endif -%}