@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())), { Confirm Delete }, {

Are you sure you want to delete @image.filename()?

@image.filename()

Delete @image.filename()

@:return_home_html()
})