<?php get_header();?>
<section class="default page">
<div class="ui container">
<div class="ui grid">
<div class="eleven wide computer column">
<article>
<header>
<h1><?php the_title(); ?></h1>
<br>
</header>
<?php the_content();?>
</article>
</div>
<div class="four wide computer column right floated">
<aside>
<?php get_sidebar();?>
</aside>
</div>
</div>
</div>
</section>
<?php get_footer();?>