Skip to content
wiki.fftac.org

Template Field Guide - Source Excerpt 02

Back to Template Field Guide

Summary

This source excerpt preserves a bounded section of Anti-Christ.net/wp-content/themes/anti-christ-thin-veil/page-templates/template-field-guide.php so readers can inspect the evidence without opening the full source file.

**Source path:** Anti-Christ.net/wp-content/themes/anti-christ-thin-veil/page-templates/template-field-guide.php

<section class="section-block" aria-labelledby="launch-briefs-title">
		<div class="section-head">
			<div>
				<p class="section-label"><?php esc_html_e( 'Launch briefs', 'anti-christ-thin-veil' ); ?></p>
				<h2 id="launch-briefs-title"><?php esc_html_e( 'The first archive queue.', 'anti-christ-thin-veil' ); ?></h2>
			</div>
			<p><?php esc_html_e( 'The handoff calendar becomes a concrete queue: explainers first, comparison second, culture and AI once the source desk is sturdy.', 'anti-christ-thin-veil' ); ?></p>
		</div>
		<div class="research-strip">
			<div>
				<span class="card-kicker"><?php esc_html_e( 'Brief 01', 'anti-christ-thin-veil' ); ?></span>
				<h3><?php esc_html_e( 'Many Antichrists Or One?', 'anti-christ-thin-veil' ); ?></h3>
				<p><?php esc_html_e( 'A debunking primer on plural antichrists, singular Antichrist, and why modern headlines often skip the distinction.', 'anti-christ-thin-veil' ); ?></p>
			</div>
			<div>
				<span class="card-kicker"><?php esc_html_e( 'Brief 02', 'anti-christ-thin-veil' ); ?></span>
				<h3><?php esc_html_e( 'Antichrist Through History', 'anti-christ-thin-veil' ); ?></h3>
				<p><?php esc_html_e( 'A reception-history timeline about enemies, empires, institutions, and the repeated temptation to turn anxiety into a name.', 'anti-christ-thin-veil' ); ?></p>
			</div>
			<div>
				<span class="card-kicker"><?php esc_html_e( 'Brief 03', 'anti-christ-thin-veil' ); ?></span>
				<h3><?php esc_html_e( 'Armilus, Dajjal, And The Beast', 'anti-christ-thin-veil' ); ?></h3>
				<p><?php esc_html_e( 'A comparative piece that handles Jewish, Islamic, and Christian symbols with source boundaries and respect.', 'anti-christ-thin-veil' ); ?></p>
			</div>
			<div>
				<span class="card-kicker"><?php esc_html_e( 'Brief 04', 'anti-christ-thin-veil' ); ?></span>
				<h3><?php esc_html_e( 'AI, Apocalypse, And Control', 'anti-christ-thin-veil' ); ?></h3>
				<p><?php esc_html_e( 'A technology essay on why people map old end-time fears onto new systems of prediction, automation, and surveillance.', 'anti-christ-thin-veil' ); ?></p>
			</div>
		</div>
	</section>

	<section class="section-block">
		<div class="contact-ritual">
			<div class="contact-panel">
				<p class="section-label"><?php esc_html_e( 'Reader route', 'anti-christ-thin-veil' ); ?></p>
				<h2><?php esc_html_e( 'Bring documents, not targets.', 'anti-christ-thin-veil' ); ?></h2>
				<p><?php esc_html_e( 'If you want to contribute, send sourced analysis, careful corrections, public records, reading notes, or cultural criticism. The desk rejects doxxing, threats, identity hunts, and material meant to inflame a crowd.', 'anti-christ-thin-veil' ); ?></p>
				<a class="button button-primary" href="<?php echo esc_url( actv_page_url( 'submit-dispatch' ) ); ?>"><?php esc_html_e( 'Submit a dispatch', 'anti-christ-thin-veil' ); ?></a>
				<a class="button button-ghost" href="<?php echo esc_url( actv_page_url( 'standards' ) ); ?>"><?php esc_html_e( 'Read the standards', 'anti-christ-thin-veil' ); ?></a>
			</div>
			<div class="terminal-box">
				<p>> <?php esc_html_e( 'accept: citations / critique / memory / care', 'anti-christ-thin-veil' ); ?></p>
				<p>> <?php esc_html_e( 'reject: target lists / prophecy panic / hate', 'anti-christ-thin-veil' ); ?></p>
				<p>> <?php esc_html_e( 'publish: only after review', 'anti-christ-thin-veil' ); ?></p>
			</div>
		</div>
	</section>

	<?php
	while ( have_posts() ) :
		the_post();
		if ( trim( wp_strip_all_tags( get_the_content() ) ) ) {
			get_template_part( 'template-parts/content', 'page' );
		}
	endwhile;
	?>
</main>
<?php
get_footer();