Template Learn
**Site relevance:** Antichrist.net
**Memory type:** theme source memory
**Source path:** Antichrist.net/wp-content/themes/antichrist-net/templates/template-learn.php
**Size:** 2 KB
Summary
Template Name: Learn Hub
Source Preview
This source file is short enough to preview directly on its source-memory page.
<?php
/**
* Template Name: Learn Hub
* Template Post Type: page
*
* @package AntichristNet
*/
get_header();
?>
<main id="primary" class="site-main container page-layout learn-template">
<?php acn_breadcrumbs(); ?>
<?php while ( have_posts() ) : the_post(); ?>
<header class="page-header narrow">
<p class="kicker"><?php esc_html_e( 'Learn', 'antichrist-net' ); ?></p>
<h1><?php the_title(); ?></h1>
<p><?php esc_html_e( 'Build evergreen topic clusters for scripture, doctrine, reception history, culture, technology, and glossary entries.', 'antichrist-net' ); ?></p>
</header>
<div class="entry-content narrow"><?php the_content(); ?></div>
<section class="section-band">
<div class="acn-card-grid four-up">
<article class="acn-card"><p class="kicker">Scripture</p><h3><?php esc_html_e( 'Direct usage and related figures', 'antichrist-net' ); ?></h3><p><?php esc_html_e( 'Separate Johannine antichrist language from the man of lawlessness, the beast, and later systematic theology.', 'antichrist-net' ); ?></p></article>
<article class="acn-card"><p class="kicker">Traditions</p><h3><?php esc_html_e( 'Comparative interpretation', 'antichrist-net' ); ?></h3><p><?php esc_html_e( 'Historicism, futurism, preterism, Orthodox, Catholic, Protestant, Islamic, and secular frames.', 'antichrist-net' ); ?></p></article>
<article class="acn-card"><p class="kicker">Culture</p><h3><?php esc_html_e( 'Afterlives and symbols', 'antichrist-net' ); ?></h3><p><?php esc_html_e( 'Track how apocalypse and antichrist motifs move through literature, film, AI, politics, and digital folklore.', 'antichrist-net' ); ?></p></article>
<article class="acn-card"><p class="kicker">Methods</p><h3><?php esc_html_e( 'Evidence and uncertainty', 'antichrist-net' ); ?></h3><p><?php esc_html_e( 'Every interpretation should show sources, confidence level, counter-readings, and update history.', 'antichrist-net' ); ?></p></article>
</div>
</section>
<?php endwhile; ?>
</main>
<?php get_footer(); ?>