And here is the post.php that it includes
<h2 id="post-<?php the_ID(); ?>"><?php the_title(); ?></a></h2>
<small>Posted in <?php the_category(', '); ?> on <?php the_time('F jS, Y'); ?> by <?php the_author(); ?></small>
<?php the_content('Read more »'); ?></div>
<?php trackback_rdf(); ?>