pub const PARAMS_SIGNAL: &str = "params";
The signal holding what the matched route captured, as a map, so {{ params.id }} works anywhere and not only inside the matched view.
{{ params.id }}