File: /home/mmickelson/jennysmasks.com/wp-content/themes/argent/content-page.php
<?php
/**
* The template used for displaying page content in page.php
*
* @package Argent
*/
?>
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<header class="page-header">
<?php the_title( '<h1 class="page-title">', '</h1>' ); ?>
</header><!-- .page-header -->
<div class="page-content">
<?php the_content(); ?>
</div><!-- .page-content -->
<footer class="entry-footer entry-meta">
<?php edit_post_link( __( 'Edit', 'argent' ), '<span class="edit-link">', '</span>' ); ?>
</footer><!-- .entry-footer -->
</article><!-- #post-## -->