7 lines
100 B
PHP
7 lines
100 B
PHP
<?php get_header(); ?>
|
|
|
|
<div>
|
|
<?php the_content(); ?>
|
|
</div>
|
|
|
|
<?php get_footer(); ?>
|