macro_rules! render_view { ( $view:path $(, $arg:expr)* ) => { ... }; }
A helper macro for quickly rendering a view inside a route call.