Skip to content
wiki.fftac.org

Page Ai Interface - Part 01

Back to Page Ai Interface

**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();