macro_rules! paginate { ($current_page: expr, $items_per_page: expr, $items_number: expr) => { ... }; }