Skip to content
wiki.fftac.org

Template The Machine

**Site relevance:** Anti-Christ.net

**Memory type:** theme source memory

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

**Size:** 3 KB

Summary

Template Name: The Machine

Source Preview

This source file is short enough to preview directly on its source-memory page.

<?php
/**
 * Template Name: The Machine
 * Template Post Type: page
 *
 * @package Anti_Christ_Thin_Veil
 */

get_header();
?>
<main id="primary" class="site-main">
	<section class="page-hero">
		<p class="section-label"><?php esc_html_e( 'The Machine', 'anti-christ-thin-veil' ); ?></p>
		<h1><?php esc_html_e( 'The machine is not one villain. It is a stack.', 'anti-christ-thin-veil' ); ?></h1>
		<p class="archive-lead"><?php esc_html_e( 'Corporate capture, surveillance incentives, automated bureaucracy, court opacity, and speech management can reinforce one another until responsibility disappears.', 'anti-christ-thin-veil' ); ?></p>
	</section>
	<div class="archive-grid">
		<section class="archive-node"><span class="archive-kicker">Layer 01</span><h3><?php esc_html_e( 'Capture', 'anti-christ-thin-veil' ); ?></h3><p><?php esc_html_e( 'Lobbying, procurement, revolving doors, monopoly leverage, and quiet rulemaking.', 'anti-christ-thin-veil' ); ?></p></section>
		<section class="archive-node"><span class="archive-kicker">Layer 02</span><h3><?php esc_html_e( 'Extraction', 'anti-christ-thin-veil' ); ?></h3><p><?php esc_html_e( 'Fees, debt, subscriptions, tax pressure, wage compression, and compulsory dependence.', 'anti-christ-thin-veil' ); ?></p></section>
		<section class="archive-node"><span class="archive-kicker">Layer 03</span><h3><?php esc_html_e( 'Observation', 'anti-christ-thin-veil' ); ?></h3><p><?php esc_html_e( 'Data brokerage, platform telemetry, public-private surveillance, and behavioral prediction.', 'anti-christ-thin-veil' ); ?></p></section>
		<section class="archive-node"><span class="archive-kicker">Layer 04</span><h3><?php esc_html_e( 'Delay', 'anti-christ-thin-veil' ); ?></h3><p><?php esc_html_e( 'Backlogs, procedural mazes, call centers, forms, portals, and appeal systems designed for fatigue.', 'anti-christ-thin-veil' ); ?></p></section>
		<section class="archive-node"><span class="archive-kicker">Layer 05</span><h3><?php esc_html_e( 'Narrative', 'anti-christ-thin-veil' ); ?></h3><p><?php esc_html_e( 'Public relations that make extraction look inevitable and dissent look irrational.', 'anti-christ-thin-veil' ); ?></p></section>
		<section class="archive-node"><span class="archive-kicker">Layer 06</span><h3><?php esc_html_e( 'Silence', 'anti-christ-thin-veil' ); ?></h3><p><?php esc_html_e( 'NDAs, fear of retaliation, reputational pressure, and the exhaustion that follows being ignored.', 'anti-christ-thin-veil' ); ?></p></section>
	</div>
	<section class="section-block">
		<div class="entry-content">
			<h2><?php esc_html_e( 'Response', 'anti-christ-thin-veil' ); ?></h2>
			<p><?php esc_html_e( 'The answer is not panic. It is disciplined public memory: records, essays, meetings, lawsuits where appropriate, peaceful organizing, mutual aid, local scrutiny, and refusal to forget.', 'anti-christ-thin-veil' ); ?></p>
		</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();