/home/arranoyd/eventrify/wp-content/themes/uptime/woocommerce-custom.php
<?php 
	get_header(); 
	the_post();
?>

<section>
	<div class="container">
		<?php the_content(); ?>
	</div>
</section>

<?php get_footer();