11 lines
131 B
PHP
11 lines
131 B
PHP
|
<?php
|
||
|
/**
|
||
|
* The template used for displaying page content in page.php
|
||
|
*
|
||
|
* @package understrap
|
||
|
*/
|
||
|
?>
|
||
|
|
||
|
<?php the_content(); ?>
|
||
|
|