How to wrap {post_terms_category} terms individually in a span?

I’m using {post_terms_myTaxonomy} to output the terms. I also used

bricks/dynamic_data/post_terms_separator
and 
bricks/dynamic_data/post_terms_links

To change the separator and remove the link.
However, I need to wrap them inside a span or the entire list on a <ul>

How can I achieve that?

1 Like

Query loop?

I know you can pick terms. I don’t know what it lets you do though.