use pagetop::prelude::*; // GLOBAL ****************************************************************************************** include_files!(bootsier_bs); include_files!(bootsier_js); include_locales!(LOCALES_BOOTSIER); const BOOTSTRAP_VERSION: &str = "5.3.3"; // Versión de la librería Bootstrap. // API ********************************************************************************************* pub mod bs; pub struct Bootsier; impl PackageTrait for Bootsier { fn theme(&self) -> Option { Some(&Bootsier) } fn actions(&self) -> Vec { actions![ // action::theme::BeforePrepare::::new(&Self, before_prepare_icon), // action::theme::BeforePrepare::