@use crate::PictrsPage; @use crate::templates::statics::index_css; @(page: &PictrsPage) pict-rs admin
@if page.hashes.is_empty() {
} @for hash in &page.hashes {
@if let Some(src) = hash.media_link() {
@if let Some(video_type) = hash.video_type() { } else { }
}
}