Front Page
**Site relevance:** 2IA.org
**Memory type:** theme source memory
**Source path:** 2IA.org/wp-content/themes/twoia-intelligence/front-page.php
**Size:** 1 KB
Summary
get template part( 'template-parts/hero', 'home' );
Source Preview
This source file is short enough to preview directly on its source-memory page.
<?php
/**
* Front page template.
*
* @package TwoIA
*/
get_header();
get_template_part( 'template-parts/hero', 'home' );
get_template_part( 'template-parts/section', 'home-coverage' );
get_template_part( 'template-parts/section', 'system-failures' );
get_template_part( 'template-parts/section', 'who-cares-wizard' );
get_template_part( 'template-parts/section', 'civic-dossiers' );
get_template_part( 'template-parts/section', 'featured-briefings' );
get_template_part( 'template-parts/section', 'identity-framework' );
get_template_part( 'template-parts/section', 'surveillance-map' );
get_template_part( 'template-parts/section', 'osint' );
get_template_part( 'template-parts/section', 'anonymous' );
get_template_part( 'template-parts/section', 'psychological-warfare' );
get_template_part( 'template-parts/section', 'ethics' );
get_template_part( 'template-parts/section', 'operating-desk' );
get_template_part( 'template-parts/section', 'newsletter' );
get_footer();