%PDF- %PDF-
| Direktori : /home/c/a/s/casasmonvl/newges4t/wp-content/themes/ges4t/ |
| Current File : /home/c/a/s/casasmonvl/newges4t/wp-content/themes/ges4t/page-cleanpage.php |
<?php
/**
* Template Name: Clean Page
* This template will only display the content you entered in the page editor
*/
?>
<html <?php language_attributes(); ?> class="no-js">
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1">
<?php wp_head(); ?>
</head>
<body>
<?php
while ( have_posts() ) : the_post();
the_content();
endwhile;
?>
<?php wp_footer(); ?>
</body>
</html>