@use crate::Button; @use super::button; @(buttons: &[&Button])
@for btn in buttons { @:button(btn) }