Skip to content
wiki.fftac.org

Template Philosophy - Source Excerpt 01

Back to Template Philosophy

Summary

This source excerpt preserves a bounded section of Anti-Christ.org/wp-content/themes/antichrist-engine/template-philosophy.php so readers can inspect the evidence without opening the full source file.

**Source path:** Anti-Christ.org/wp-content/themes/antichrist-engine/template-philosophy.php

<?php
/**
 * Template Name: Philosophy Hub
 * Template Post Type: page
 *
 * @package Antichrist_Engine
 */

get_header();

the_post();

$identity = antichrist_engine_foundation_identity();
$document_profile = antichrist_engine_foundation_document_profile('philosophy');
$assurances = antichrist_engine_foundation_public_assurances();
$positioning = antichrist_engine_foundation_philosophy_positioning();
$commitments = antichrist_engine_foundation_moral_commitments();
$method_questions = antichrist_engine_foundation_moral_method_questions();
$voice_standards = antichrist_engine_foundation_voice_standards();
$pillars  = antichrist_engine_foundation_pillars();
?>
<section class="hero hero--foundation">
    <div class="container hero__grid hero__grid--foundation">
        <div class="hero__content">
            <p class="eyebrow"><?php esc_html_e('Philosophy', 'antichrist-engine'); ?></p>
            <h1><?php the_title(); ?></h1>
            <p class="hero__lead"><?php echo esc_html($identity['thesis']); ?></p>
            <p><?php echo esc_html($identity['disclaimer']); ?></p>
            <ul class="hero__meta" aria-label="<?php esc_attr_e('Philosophy profile', 'antichrist-engine'); ?>">
                <li>
                    <span><?php esc_html_e('Classification', 'antichrist-engine'); ?></span>
                    <strong><?php echo esc_html($document_profile['classification']); ?></strong>
                </li>
                <li>
                    <span><?php esc_html_e('Pillars', 'antichrist-engine'); ?></span>
                    <strong><?php echo esc_html((string) count($pillars)); ?></strong>
                </li>
                <li>
                    <span><?php esc_html_e('Access', 'antichrist-engine'); ?></span>
                    <strong><?php echo esc_html($document_profile['access']); ?></strong>
                </li>
            </ul>
            <div class="hero__actions">
                <a class="button" href="#moral-commitments"><?php esc_html_e('Review Commitments', 'antichrist-engine'); ?></a>
                <a class="button button--ghost" href="#foundation-pillars"><?php esc_html_e('Explore Pillars', 'antichrist-engine'); ?></a>
                <a class="button button--ghost" href="<?php echo esc_url(antichrist_engine_foundation_get_page_url('manifesto')); ?>"><?php esc_html_e('Read the Manifesto', 'antichrist-engine'); ?></a>
            </div>
        </div>
        <div class="hero__visual card foundation-panel foundation-panel--official">
            <p class="eyebrow"><?php esc_html_e('Document Control', 'antichrist-engine'); ?></p>
            <h2><?php echo esc_html($document_profile['record_id']); ?></h2>
            <div class="foundation-kv">
                <div class="foundation-kv__item">
                    <span><?php esc_html_e('Authority', 'antichrist-engine'); ?></span>
                    <strong><?php echo esc_html($document_profile['authority']); ?></strong>
                </div>
                <div class="foundation-kv__item">
                    <span><?php esc_html_e('Review Cycle', 'antichrist-engine'); ?></span>
                    <strong><?php echo esc_html($document_profile['review_cycle']); ?></strong>
                </div>
            </div>
            <p class="foundation-panel__subline"><?php echo esc_html($identity['hero_kicker']); ?></p>
        </div>
    </div>
</section>

<section class="section section--narrow">
    <div class="container foundation-layout">
        <aside class="foundation-layout__aside">
            <article class="card foundation-panel foundation-panel--compact">
                <p class="eyebrow"><?php esc_html_e('Orientation', 'antichrist-engine'); ?></p>
                <p><?php echo esc_html($identity['summary']); ?></p>
            </article>
            <article class="card foundation-panel foundation-panel--compact">
                <p class="eyebrow"><?php esc_html_e('Anchor', 'antichrist-engine'); ?></p>
                <ul class="foundation-list foundation-list--tight">
                    <li><?php echo esc_html($positioning['eyebrow']); ?></li>
                    <li><?php echo esc_html($positioning['method_title']); ?></li>
                    <li><?php echo esc_html($positioning['target_title']); ?></li>
                    <li><?php echo esc_html($positioning['now_title']); ?></li>
                </ul>
            </article>
            <article class="card foundation-panel foundation-panel--compact">
                <p class="eyebrow"><?php esc_html_e('Reference File', 'antichrist-engine'); ?></p>
                <ul class="membership-links">
                    <li><a href="<?php echo esc_url(antichrist_engine_foundation_get_page_url('manifesto')); ?>"><?php esc_html_e('Manifesto', 'antichrist-engine'); ?></a></li>
                    <li><a href="<?php echo esc_url(antichrist_engine_foundation_get_page_url('charter')); ?>"><?php esc_html_e('Institutional Charter', 'antichrist-engine'); ?></a></li>
                    <li><a href="<?php echo esc_url(antichrist_engine_foundation_get_page_url('research')); ?>"><?php esc_html_e('Research Program', 'antichrist-engine'); ?></a></li>
                </ul>
            </article>
            <article class="card foundation-panel foundation-panel--compact">
                <p class="eyebrow"><?php esc_html_e('Public Assurances', 'antichrist-engine'); ?></p>
                <ul class="foundation-list foundation-list--tight">
                    <?php foreach (array_slice($assurances, 0, 3) as $assurance) : ?>
                        <li><?php echo esc_html($assurance['title']); ?></li>
                    <?php endforeach; ?>
                </ul>
            </article>
        </aside>

        <div class="foundation-layout__main">
            <article <?php post_class('page-article card foundation-panel foundation-prose'); ?>>
                <header class="entry-header">
                    <p class="eyebrow"><?php esc_html_e('Overview', 'antichrist-engine'); ?></p>
                    <h2 class="entry-title"><?php the_title(); ?></h2>
                </header>
                <div class="entry-content">
                    <?php the_content(); ?>
                </div>
            </article>

            <section class="split-layout philosophy-anchor">
                <article class="split-layout__panel card foundation-panel foundation-panel--official">
                    <p class="eyebrow"><?php echo esc_html($positioning['eyebrow']); ?></p>
                    <h2><?php echo esc_html($positioning['title']); ?></h2>
                    <p><?php echo esc_html($positioning['summary']); ?></p>
                    <p class="philosophy-public-narrative"><?php echo esc_html($positioning['public_narrative']); ?></p>
                </article>
                <div class="split-layout__panel philosophy-method-stack">
                    <article class="card foundation-panel philosophy-method-card">
                        <p class="eyebrow"><?php echo esc_html($positioning['method_label']); ?></p>
                        <h3><?php echo esc_html($positioning['method_title']); ?></h3>
                        <p><?php echo esc_html($positioning['method_summary']); ?></p>
                    </article>
                    <article class="card foundation-panel philosophy-method-card">
                        <p class="eyebrow"><?php echo esc_html($positioning['target_label']); ?></p>
                        <h3><?php echo esc_html($positioning['target_title']); ?></h3>
                        <p><?php echo esc_html($positioning['target_summary']); ?></p>
                    </article>
                    <article class="card foundation-panel philosophy-method-card">
                        <p class="eyebrow"><?php echo esc_html($positioning['now_label']); ?></p>
                        <h3><?php echo esc_html($positioning['now_title']); ?></h3>
                        <p><?php echo esc_html($positioning['now_summary']); ?></p>
                    </article>
                </div>
            </section>

            <section id="moral-commitments" class="foundation-pillar-grid foundation-pillar-grid--commitments">
                <?php foreach ($commitments as $commitment) : ?>
                    <article class="card foundation-panel foundation-pillar-card philosophy-commitment-card">
                        <p class="eyebrow"><?php esc_html_e('Commitment', 'antichrist-engine'); ?></p>
                        <h2><?php echo esc_html($commitment['title']); ?></h2>
                        <p><?php echo esc_html($commitment['summary']); ?></p>
                    </article>
                <?php endforeach; ?>
            </section>

            <section class="foundation-panel-grid philosophy-operating-grid">