I have implemented the drawer following your sample to use the drawer as navigation in the main site layout. I have also used the template to create hierarchical menu. I believe since I am using the template, the @Body will not be set for the url content? Do you have a sample which uses hierarchical template and is able to navigate to a Razor Component. I have tried using a RenderFragment on each drawer item and bind that value in the content field. It seems to be rather slow. Also, when I render the component this way it seems any layout template I have specified at the component level is ignored. Do you have any suggestions? Thank you in advance.