Drupal 10 Page Controller
I have a custom page controller working and it's outputting correctly in the page.content section of page.html.twig.
I want to push some of the content into the sidebar instead of the main body, can I push this into the render array from the controller or do I need to create a standalone block controller for the sidebar content?