# Topic List Sidebars

**URL:** https://meta.discourse.org/t/topic-list-sidebars/107561
**Category:** Theme component
**Tags:** official, topic-list-sidebars
**Created:** [January 25, 2019, 9:35pm UTC](https://meta.discourse.org/t/topic-list-sidebars/107561 "2019-01-25T21:35:47Z")
**Posts on this page:** 1
**Showing post:** 13

<div class="post-metadata">

### Author: ![awesomerobot](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/awesomerobot/32/142900_2.png) [@awesomerobot](https://meta.discourse.org/u/awesomerobot)
#### Post date: [March 8, 2019, 3:28am UTC](https://meta.discourse.org/t/topic-list-sidebars/107561/13 "2019-03-08T03:28:31Z")

</div>

I just took a quick look and it’s possible to do this for tags…

I’ll probably work on this more tomorrow and spin it off into its own repo.

> [@emilio](#):
>
> It looks like it may be about replacing `controller:navigation/category` with whatever the equivalent for tags is but not sure.

Yep, that’s the core of it — this seems to work for tags:

```js
const controller = container.lookup("controller:tags-show");
const tag = controller.get("tag");

```

**Update** : I’ve got a theme component available, [Discourse Tag Sidebars](https://meta.discourse.org/t/discourse-tag-sidebars/111114)

---

_[View the full topic](https://meta.discourse.org/t/topic-list-sidebars/107561)._
