Antichrist Net Page
**Site relevance:** Antichrist.net
**Memory type:** theme source memory
**Source path:** Antichrist.net/wp-content/themes/antichrist-net/page.php
**Size:** 0.6 KB
Summary
Reviewed source memory file preserved in the wiki archive.
Source Preview
This source file is short enough to preview directly on its source-memory page.
<?php
/**
* Page template.
*
* @package AntichristNet
*/
get_header();
?>
<main id="primary" class="site-main container page-layout">
<?php acn_breadcrumbs(); ?>
<?php while ( have_posts() ) : the_post(); ?>
<article <?php post_class( 'entry-shell' ); ?>>
<header class="page-header narrow">
<p class="kicker"><?php esc_html_e( 'Antichrist.net', 'antichrist-net' ); ?></p>
<h1><?php the_title(); ?></h1>
</header>
<div class="entry-content narrow">
<?php the_content(); ?>
<?php wp_link_pages(); ?>
</div>
</article>
<?php endwhile; ?>
</main>
<?php get_footer(); ?>