@use super::{layout_html, return_home_html, statics::images_css}; @use crate::{Image, FileType}; @(image: &Image) @:layout_html("Confirm Delete", Some(&format!("Delete {} from pict-rs", image.filename())), {
Delete @image.filename()