How can I create a complete list of all tags in a store?

Hello

Is it possible to make a list of all the tags in a store, like this example with vendors:


  {%- for product_vendor in shop.vendors -%}
    - {{ product_vendor | link_to_vendor }}
  {%- endfor -%}