{% set title = __("Delete post") %}
{% extends "base.twig" %}
{% block content %}
{{ __("Do you want to delete this post?") }}
{{ __("Are you sure you want to delete the following post:") }}
{% include "components/post.twig" with {
post: ctx.post,
postAuthor: ctx.postAuthor,
attachments: ctx.attachments,
hide_actions: true,
} %}