mirror of
https://github.com/discourse/discourse.git
synced 2025-04-13 12:59:11 +08:00

This outlet is rendered before the content of the drawer. The `currentRouteName` is accessible in `outletArgs`. Example: ```gjs export default class Test extends Component { <template> {{#if (eq @outletArgs.currentRouteName "chat.browse")}} the browse page {{/if}} </template> } ```