I'm reading the Theme Tutorial (https://learn.getgrav.org/17/themes/theme-tutorial) and on Step 5 "Breaking It Down", item #5 reads:
After a couple of standard meta tags are set, there is a reference to include partials/metadata.html.twig. This file is located in the systems/templates/partials folder and contains a loop that loops over the page's metadata.
I've looked in the Quark theme, and the "Clean" theme I just created, but there is no "metadata.html.twig" file anywhere to be found. In fact, I'm even having trouble finding a copy online.
Where can I find this file?