<? get_header(); ?>
Post
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class="container" style="margin-bottom: 50px;">
<div>
<?php the_content(""); ?>
</div>
</div>
<?php endwhile; endif; ?>
<? get_footer(); ?>