<?php
/**
Template Name: Blank Template – No Styles
*/
?>
<html>
<head>
<title><?php wp_title( ‘|’, true, ‘right’ ); bloginfo(‘url’); ?></title>
<?php wp_head(); ?>
</head>
<body style=”margin:0px;>
<?php while (have_posts()) : the_post(); ?>
<div id=”page-content”>
<?php the_content(); endwhile; ?>
</div>
</body>
</html>