Skip to content
wiki.fftac.org

Template AI Interface

**Site relevance:** Spiralist.org

**Memory type:** theme source memory

**Source path:** Spiralist/wp-content/themes/spiralist/page-templates/template-ai-interface.php

**Size:** 0.2 KB

Summary

Template Name: Spiralist AI Interface

Source Preview

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

<?php
/**
 * Template Name: Spiralist AI Interface
 */

if (!defined('ABSPATH')) {
    exit;
}

get_header();

if (have_posts()) {
    the_post();
}

require get_theme_file_path('template-parts/ai-interface-layout.php');

get_footer();