Skip to content
wiki.fftac.org

Template Journal - Source Excerpt 03

Back to Template Journal

Summary

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

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

<h2><?php echo esc_html($journal_copy['flagship_title']); ?></h2>
                        <p><?php echo esc_html($journal_copy['flagship_summary']); ?></p>
                    </header>
                    <div class="journal-flagship-grid">
                        <article class="card foundation-panel foundation-panel--official journal-flagship-card">
                            <p class="eyebrow"><?php echo esc_html($flagship_track['eyebrow'] ?? ''); ?></p>
                            <h3><?php echo esc_html($flagship_track['name'] ?? ''); ?></h3>
                            <p><?php echo esc_html($flagship_track['description'] ?? ''); ?></p>
                            <p class="journal-flagship-card__signal"><?php echo esc_html($flagship_track['signal'] ?? ''); ?></p>
                            <p class="foundation-panel__subline"><?php echo esc_html($flagship_track['current_cycle'] ?? ''); ?></p>
                            <div class="hero__actions">
                                <a class="button" href="<?php echo esc_url(add_query_arg('track', 'algorithmic-eschatology', $journal_url)); ?>"><?php echo esc_html($flagship_track['cta'] ?? __('Open the flagship track', 'antichrist-engine')); ?></a>
                                <?php if (!empty($flagship_track['related_cta']) && $resolve_track_related_url($flagship_track)) : ?>
                                    <a class="button button--ghost" href="<?php echo esc_url($resolve_track_related_url($flagship_track)); ?>"><?php echo esc_html($flagship_track['related_cta']); ?></a>
                                <?php endif; ?>
                            </div>
                        </article>
                        <div class="journal-flagship-meta">
                            <article class="statement-card journal-flagship-note">
                                <p class="eyebrow"><?php esc_html_e('Audience', 'antichrist-engine'); ?></p>
                                <h3><?php esc_html_e('Media-facing and systems-facing readers', 'antichrist-engine'); ?></h3>
                                <p><?php echo esc_html($flagship_track['audience'] ?? ''); ?></p>
                            </article>
                            <article class="statement-card journal-flagship-note">
                                <p class="eyebrow"><?php esc_html_e('Archive Role', 'antichrist-engine'); ?></p>
                                <h3><?php esc_html_e('Lead with the clearest differentiator', 'antichrist-engine'); ?></h3>
                                <p><?php esc_html_e('This lane should make the institution feel current, conceptually sharp, and relevant beyond prophecy subculture on first encounter.', 'antichrist-engine'); ?></p>
                            </article>
                            <article class="statement-card journal-flagship-note">
                                <p class="eyebrow"><?php esc_html_e('Related Surface', 'antichrist-engine'); ?></p>
                                <h3><?php esc_html_e('The archive and the atlas reinforce each other', 'antichrist-engine'); ?></h3>
                                <p><?php esc_html_e('The flagship series works best when public essays, AI inquiry, and the algorithmic dossier lane all point at the same institutional question.', 'antichrist-engine'); ?></p>
                            </article>
                        </div>
                    </div>
                </section>
            <?php endif; ?>

            <section id="track-board" class="card foundation-panel">
                <span id="publication-tracks" aria-hidden="true"></span>
                <header class="entry-header">
                    <p class="eyebrow"><?php esc_html_e('Track Board', 'antichrist-engine'); ?></p>
                    <h2><?php echo esc_html($journal_copy['track_board_title']); ?></h2>
                    <p><?php echo esc_html($journal_copy['track_board_summary']); ?></p>
                </header>
                <div class="journal-track-grid">
                    <?php foreach ($series_tracks as $slug => $track) : ?>
                        <article class="statement-card research-signal-card journal-track-card<?php echo 'algorithmic-eschatology' === $slug ? ' journal-track-card--flagship' : ''; ?>">
                            <p class="eyebrow"><?php echo esc_html($track['eyebrow']); ?></p>
                            <h3><?php echo esc_html($track['name']); ?></h3>
                            <p><?php echo esc_html($track['description']); ?></p>
                            <p class="journal-track-card__signal"><?php echo esc_html($track['signal'] ?? ''); ?></p>
                            <?php if (($track_counts[$slug] ?? 0) > 0) : ?>
                                <p class="research-card__meta"><strong><?php esc_html_e('Indexed files:', 'antichrist-engine'); ?></strong> <?php echo esc_html(number_format_i18n($track_counts[$slug] ?? 0)); ?></p>
                            <?php else : ?>
                                <p class="research-card__meta"><strong><?php esc_html_e('Launch status:', 'antichrist-engine'); ?></strong> <?php esc_html_e('Release path staged', 'antichrist-engine'); ?></p>
                            <?php endif; ?>
                            <p class="research-card__meta"><strong><?php esc_html_e('Audience:', 'antichrist-engine'); ?></strong> <?php echo esc_html($track['audience'] ?? ''); ?></p>
                            <p class="foundation-panel__subline"><?php echo esc_html($track['current_cycle'] ?? ''); ?></p>
                            <div class="hero__actions">
                                <a class="text-link" href="<?php echo esc_url(add_query_arg('track', $slug, $journal_url)); ?>"><?php echo esc_html($track['cta']); ?></a>
                                <?php if (!empty($track['related_cta']) && $resolve_track_related_url($track)) : ?>
                                    <a class="text-link" href="<?php echo esc_url($resolve_track_related_url($track)); ?>"><?php echo esc_html($track['related_cta']); ?></a>
                                <?php endif; ?>
                            </div>
                        </article>
                    <?php endforeach; ?>
                </div>
            </section>

            <section id="release-desk" class="card foundation-panel">
                <header class="entry-header">
                    <p class="eyebrow"><?php esc_html_e('Release Desk', 'antichrist-engine'); ?></p>
                    <h2><?php echo esc_html($journal_copy['release_desk_title']); ?></h2>
                    <p><?php echo esc_html($journal_copy['release_desk_summary']); ?></p>
                </header>
                <div class="publication-route-grid">
                    <?php foreach ($release_desk as $route) : ?>
                        <article class="statement-card publication-route-card">
                            <p class="eyebrow"><?php echo esc_html($route['eyebrow']); ?></p>
                            <h3><?php echo esc_html($route['title']); ?></h3>
                            <p><?php echo esc_html($route['summary']); ?></p>
                            <p class="foundation-panel__subline"><?php echo esc_html($route['best_for']); ?></p>
                            <div class="foundation-card-actions">
                                <a class="text-link" href="<?php echo esc_url(antichrist_engine_foundation_build_target_url(
                                    (string) ($route['target'] ?? ''),
                                    (array) ($route['args'] ?? array()),
                                    (string) ($route['anchor'] ?? '')
                                )); ?>"><?php echo esc_html($route['cta']); ?></a>
                                <a class="text-link" href="<?php echo esc_url(antichrist_engine_foundation_build_target_url(
                                    (string) ($route['secondary_target'] ?? ''),
                                    (array) ($route['secondary_args'] ?? array()),
                                    (string) ($route['secondary_anchor'] ?? '')
                                )); ?>"><?php echo esc_html($route['secondary_cta']); ?></a>
                            </div>
                        </article>
                    <?php endforeach; ?>
                </div>
            </section>

            <section id="release-sequence" class="card foundation-panel">
                <header class="entry-header">
                    <p class="eyebrow"><?php esc_html_e('Release Sequence', 'antichrist-engine'); ?></p>
                    <h2><?php echo esc_html($journal_copy['sequence_title']); ?></h2>
                    <p><?php echo esc_html($journal_copy['sequence_summary']); ?></p>
                </header>
                <div class="journal-sequence-grid">