In a standard template file, how often does the WordPress Loop run?
The Loop doesn't run in template files.
It runs once per fetched post.
It runs once.
It runs once per post in the database.