Super basic WordPress loop

<?php

while ( have_posts() ) { the_post();}