Function format

Source
pub fn format(output: &str, this_page: usize, total_pages: usize) -> String
Expand description

Formats the output template with the given page number and total pages. Note: this_page is 1-based.