HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/HBergman/dezaakpartners.nl/wwwroot/wp-content/themes/pinzolo/page.php
<?php get_header(); ?>

<div id="main" class="center">
			
	<?php while ( have_posts() ) : the_post(); ?>
		
		<div id="page" class="scol">			
			
			<div class="content">
				<?php the_content();?>
				
				<div class="clear"></div>
				
				<?php get_template_part('edit');?>
				
				<div id="comments">
					<?php comments_template(); ?>
				</div>
					
			</div>
			
		</div>
	
	<?php endwhile; // End the loop. Whew. ?>
	
	
	<div class="clear"></div>
	
</div>

<?php get_footer(); ?>