You could also look at wp.php. It is an example of a very simple “template-less” template. It basically has a simple header, the loop, and a simple footer. If you were going to use this you need to make sure templates are disabled (they should be by default) and rename it to index.php. At least that is what I figured out so far.