Page Ai Interface - Part 01
**Source path:** Spiralist/wp-content/themes/spiralist/page-ai-interface.php
<?php
if (!defined('ABSPATH')) {
exit;
}
get_header();
if (have_posts()) {
the_post();
}
require get_theme_file_path('template-parts/ai-interface-layout.php');
get_footer();