@use crate::banner::Banner; @use crate::templates::image; @(banner: &Banner)
@if let Some(img) = banner.image_opt() { @:image(img) }