/home/tuzdhajd/ablacktime.com/wp-content/plugins/slide-anything/php/single-page.php
<?php
/**
 * Template Name: Slide Anything Preview Page
 * This template will only display the page content (and no header, footer or sidebar)
 *
 * @package WordPress_Slide_Anything
 */

?>
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
	<meta charset="<?php bloginfo( 'charset' ); ?>">
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<?php wp_head(); ?>
</head>
<body class="cleanpage">
<?php
while ( have_posts() ) :
	the_post();
	the_content();
endwhile;
?>
<?php wp_footer(); ?>
</body>
</html>