Skip to content
wiki.fftac.org

Template Manifesto

**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-manifesto.php

**Size:** 2.8 KB

Summary

Template Name: Manifesto

Source Preview

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

<?php
/**
 * Template Name: Manifesto
 * 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( 'Manifesto', 'anti-christ-thin-veil' ); ?></p>
		<h1><?php esc_html_e( 'The mask is theatrical. The demand is ordinary freedom.', 'anti-christ-thin-veil' ); ?></h1>
		<p class="archive-lead"><?php esc_html_e( 'Anti-Christ.net uses gothic-symbolic language to critique machine civilization, not to attack faith, persons, or communities. Its politics are lawful dissent, speech, privacy, due process, and dignity.', 'anti-christ-thin-veil' ); ?></p>
	</section>
	<div class="two-column-grid">
		<div class="entry-content">
			<h2><?php esc_html_e( 'We oppose', 'anti-christ-thin-veil' ); ?></h2>
			<ul class="civic-list">
				<li><?php esc_html_e( 'Corporate capture of public power and civic imagination.', 'anti-christ-thin-veil' ); ?></li>
				<li><?php esc_html_e( 'Surveillance cultures that treat private life as raw material.', 'anti-christ-thin-veil' ); ?></li>
				<li><?php esc_html_e( 'Debt, tax, and fee systems that make ordinary existence feel conditional.', 'anti-christ-thin-veil' ); ?></li>
				<li><?php esc_html_e( 'Court and agency dysfunction that turns rights into luxuries.', 'anti-christ-thin-veil' ); ?></li>
			</ul>
		</div>
		<div class="entry-content">
			<h2><?php esc_html_e( 'We refuse', 'anti-christ-thin-veil' ); ?></h2>
			<ul class="civic-list">
				<li><?php esc_html_e( 'Violence, threats, vigilantism, harassment, and intimidation.', 'anti-christ-thin-veil' ); ?></li>
				<li><?php esc_html_e( 'Religious hatred, racial hatred, dehumanization, or scapegoating.', 'anti-christ-thin-veil' ); ?></li>
				<li><?php esc_html_e( 'Illegal action disguised as liberation.', 'anti-christ-thin-veil' ); ?></li>
				<li><?php esc_html_e( 'The conversion of critique into cult behavior.', 'anti-christ-thin-veil' ); ?></li>
			</ul>
		</div>
	</div>
	<section class="section-block">
		<div class="entry-content">
			<h2><?php esc_html_e( 'Method', 'anti-christ-thin-veil' ); ?></h2>
			<p><?php esc_html_e( 'Publish. Document. Request records. Attend hearings. Preserve receipts. Argue clearly. Protect sources. Correct errors. Refuse dehumanization. Leave the door open for the person trapped inside the institution.', 'anti-christ-thin-veil' ); ?></p>
			<p><?php esc_html_e( 'The apocalypse here is a metaphor for recognition: the moment a managed life sees the machinery around it and chooses lawful self-possession.', '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();