Skip to content
wiki.fftac.org

Front Page - Source Excerpt 07

Back to Front Page

Summary

This source excerpt preserves a bounded section of FFTAC/wp-content/themes/fftac-who-we-are/front-page.php so readers can inspect the evidence without opening the full source file.

**Source path:** FFTAC/wp-content/themes/fftac-who-we-are/front-page.php

<section class="section" aria-labelledby="closing-title">
		<div class="quote-panel">
			<p id="closing-title"><?php esc_html_e( 'Study the symbol. Question the system. Refuse the target.', 'fftac-who-we-are' ); ?></p>
			<cite><?php esc_html_e( 'A working ethic for FFTAC.org', 'fftac-who-we-are' ); ?></cite>
		</div>
	</section>
</main>

<?php
get_footer();