use pagetop::prelude::*; include_locales!(LOCALES_BOOTSIER); //include_files!(bootsier); pub struct Bootsier; impl PackageTrait for Bootsier { fn theme(&self) -> Option { Some(&Bootsier) } fn dependencies(&self) -> Vec { vec![&pagetop_aliner::Aliner] } /* fn actions(&self) -> Vec { actions![ action::theme::BeforePrepare::::new(&Self, before_prepare_icon), action::theme::BeforePrepare::