Retrieving taxonomy name from a taxonomy template

Hello there

From a taxonomy page template (/sports/football) I would like to mention the taxonomy name in the title.

<h1> Sports: Football</h1>

Is there an easy way to retrieve the name of the taxonomy when on a taxonomy page?
.Title returns the name of the term, but what about its taxonomy. I could not find it in the Page context ?

Thanks in advance and sorry if I missed something obvious…

If I understood you correctly, .Type should be sports.

Example

… or even .Data.Singular.

You’re right. But I thought .Data.Singular was for Taxonomy Terms pages…

Anyway, I should remember to use your debug theme when looking for a variable :smiley:

Thanks a a lot for your help, as always!