Macro format_page

Source
macro_rules! format_page {
    ($contents:expr, $title:expr, $css:expr) => { ... };
}
Expand description

Formats a page with the given contents, title, and CSS stylesheets.