<?php /* Template Name: Iframe Page Template */ get_header(); ?>

	<main role="main">
		<!-- section -->
		<section>
<div id="markerpage">
<div id="contentframe">

<iframe src="http://www.smartcurrencyexchange.com/landing/currencyzone/mountainpassions/MP-CZ-home.html" width="970px" height="1100px">Website of Example.com</iframe>
</div>

		</section>
		<!-- /section -->
	

<?php get_sidebar(primary); ?>
</main>
<?php get_footer(); ?>
