Can anyone tell me why this errors?
' <?php if ($is_page('contact')): ?>
john
<?php else: ?>
<?php if(have_posts()) : ?>
<?php while(have_posts()) : the_post() ?>
<?php the_content(); ?>
<?php endwhile; else : ?>
no post
<?php endif; ?>
<?php endif; ?> '