Possible to get a list of all tags in a category taxonomy?

I created a custom page for listing out a category taxonomy. I would like to also display all the tags used in posts within the current category taxonomy the user is browsing. Anyone have an example of this? Thanks!

I also would like to see an example of this.

The code I’m starting out with:

{{ range first 6 .Site.Taxonomies.topics.ByCount }}
    {{ .Name | humanize }}
{{ end }}

This will display the top six topics globally. However, I need the top six topics within the current ‘category’ taxonomy page being viewed (i.e. /category/technology.html).

Thanks

Can anyone point me in the right direction? Been stomped on this one.

A post was merged into an existing topic: Listing tags in posts of specific category