{%- from 'common/macros.html' import subheader -%} {%- from 'common/macros.html' import full_post with context -%} {%- extends 'base.html' -%} {%- block title -%}editing a post{%- endblock -%} {%- block content -%} {%- set nav -%} ← Back to thread {%- endset -%} {{ subheader("Editing your post", nav)}} {%- for post in context_prev -%}
{{- full_post(post=post, show_toolbar=false, show_reactions=false) -}}
{%- endfor -%}
↑↑↑ Context ↑↑↑
{{- full_post(post=post, is_editing=true, show_toolbar=false, show_reactions=false) -}}
↓↓↓ Context ↓↓↓
{%- for post in context_next -%}
{{- full_post(post=post, show_toolbar=false, show_reactions=false) -}}
{%- endfor -%} {%- endblock -%}