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