<?php get_header(); ?>
<?php get_template_part( 'topmenu' ); ?>
<div id="content" class="site-content">
<div class="wrapper">
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
<?php the_content(); ?>
<?php endwhile; ?>
<?php else: ?>
<?php endif; ?>
</div><!--wrapper-->
</div><!--content-->
<?php get_footer(); ?>
the_title();
the_post_thumbnail( 'thumbnail' );