When hugo decides to use index.html or partial_name_here.html template for a specific page of the website (lets say, a category page), how does hugo decide to use partial_name_here.html?
I know you can specify partials or layouts to use in index.html, and you can specify layouts in markdown pages using type and layout front matter, but how does hugo know to use a layout for the categories or tags taxonomy pages?