{%- from 'common/macros.html' import subheader -%} {%- from 'common/macros.html' import full_post with context -%} {%- extends 'base.html' -%} {%- block title -%}deleting a post{%- endblock -%} {%- block content -%} {%- call() subheader("Delete post", "Are you sure you want to delete this post? This action can not be undone.") -%}
{%- endcall -%}