Page
<?php /**
Metadata
| Field | Value |
|---|---|
| Source site | ɩ.com / JustAnIota.com |
| Source URL | https://justaniota.com/ |
| Canonical AIWikis URL | https://aiwikis.org/justaniota/uai-system/files/justaniota-com-wp-content-themes-iota-authority-theme-page-php-20ac76df/ |
| Source reference | JustAnIota.com/wp-content/themes/iota-authority-theme/page.php |
| File type | php |
| Content category | public-content |
| Last fetched | 2026-05-06T17:58:24.5168382Z |
| Last changed | 2026-05-04T18:47:18.7120705Z |
| Content hash | sha256:20ac76dfd13ec51969d693493603119556e2111b2ff9f6b3084233bf4a73c5d2 |
| Import status | unchanged |
| Raw source layer | data/sources/justaniota/justaniota-com-wp-content-themes-iota-authority-theme-page-php-20ac76dfd13e.php |
| Normalized source layer | data/normalized/justaniota/justaniota-com-wp-content-themes-iota-authority-theme-page-php-20ac76dfd13e.txt |
Current File Content
Structure Preview
- No Markdown headings were detected in this file.
Raw Version
<?php
/**
* Page template.
*
* @package Iota_Authority
*/
uaix_authority_perf_start( 'template:page.php' );
get_header();
?>
<main id="primary" class="site-content site-content--document">
<?php while ( have_posts() ) : the_post(); ?>
<?php
$document_path = uaix_authority_permalink_path( get_the_ID() );
$document_code = uaix_authority_document_code( get_the_ID() );
$document_label = uaix_authority_document_label( get_the_ID() );
ob_start();
the_content();
$document_content = uaix_authority_prepare_document_content( ob_get_clean(), get_the_ID() );
?>
<div class="uaix-container">
<?php uaix_authority_render_breadcrumbs( get_the_ID() ); ?>
</div>
<header class="document-header">
<div class="uaix-container document-header__inner">
<div class="document-header__copy">
<p class="entry-kicker"><?php echo esc_html( uaix_authority_document_label( get_the_ID() ) ); ?></p>
<?php the_title( '<h1 class="page-title">', '</h1>' ); ?>
<?php if ( has_excerpt() ) : ?>
<p class="page-subtitle"><?php echo esc_html( get_the_excerpt() ); ?></p>
<?php endif; ?>
<ul class="document-folio" aria-label="<?php esc_attr_e( 'Document folio', 'uaix-authority' ); ?>">
<li>
<span><?php esc_html_e( 'Record', 'uaix-authority' ); ?></span>
<strong><?php echo esc_html( $document_code ); ?></strong>
</li>
<li>
<span><?php esc_html_e( 'Path', 'uaix-authority' ); ?></span>
<strong><?php echo esc_html( $document_path ); ?></strong>
</li>
<li>
<span><?php esc_html_e( 'Use', 'uaix-authority' ); ?></span>
<strong><?php esc_html_e( 'Canonical public record', 'uaix-authority' ); ?></strong>
</li>
</ul>
</div>
<div class="document-status">
<p class="document-status__label"><?php esc_html_e( 'Document status', 'uaix-authority' ); ?></p>
<strong><?php esc_html_e( 'Public standards page', 'uaix-authority' ); ?></strong>
<span><?php esc_html_e( 'Published on JustAnIota.com as part of the current public standards record', 'uaix-authority' ); ?></span>
<dl class="document-register">
<div class="document-register__row">
<dt><?php esc_html_e( 'Code', 'uaix-authority' ); ?></dt>
<dd><?php echo esc_html( $document_code ); ?></dd>
</div>
<div class="document-register__row">
<dt><?php esc_html_e( 'Surface', 'uaix-authority' ); ?></dt>
<dd><?php echo esc_html( $document_label ); ?></dd>
</div>
<div class="document-register__row">
<dt><?php esc_html_e( 'Access', 'uaix-authority' ); ?></dt>
<dd><?php esc_html_e( 'Public and linkable', 'uaix-authority' ); ?></dd>
</div>
</dl>
</div>
</div>
</header>
<div class="uaix-container document-shell">
<aside class="section-sidebar">
<?php uaix_authority_render_document_sidebar( get_the_ID(), $document_content['headings'] ); ?>
</aside>
<article id="post-<?php the_ID(); ?>" <?php post_class( 'entry-frame entry-frame--document' ); ?>>
<?php if ( has_post_thumbnail() ) : ?>
<div class="entry-frame__media"><?php the_post_thumbnail( 'large' ); ?></div>
<?php endif; ?>
<?php uaix_authority_render_document_dossier( get_the_ID() ); ?>
<?php uaix_authority_render_document_support_panel( get_the_ID() ); ?>
<?php uaix_authority_render_document_operating_surface( get_the_ID() ); ?>
<?php uaix_authority_render_document_outline_bar( $document_content['headings'], get_the_ID() ); ?>
<div class="entry-content">
<?php echo $document_content['content']; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- Prepared post content with heading anchors. ?>
</div>
</article>
</div>
<?php
if ( comments_open() || get_comments_number() ) {
comments_template();
}
?>
<?php endwhile; ?>
</main>
<?php
get_footer();
uaix_authority_perf_stop( 'template:page.php' );
Why This File Exists
This is a public content source file from ɩ.com / JustAnIota.com. It is shown here because AIWikis.org is demonstrating the real source files that make the UAIX / LLM Wiki memory system work, not only summarizing those systems after the fact.
Role
This file is a focused source unit. Its path, headings, and metadata give an agent a retrieval handle that is smaller than loading the entire site or repository.
Structure
The file has no Markdown headings, so its path, frontmatter, file type, and provenance metadata carry most of the retrieval meaning.
Prompt-Size And Retrieval Benefit
Keeping this material in a separate file reduces prompt pressure because an agent can load this exact unit only when its role, source site, category, or hash is relevant. The surrounding index pages point to it, while this page preserves the full content for audit and exact recall.
How To Use It
- Humans should read the metadata first, then inspect the raw content when they need exact wording or provenance.
- LLMs and agents should use the source site, category, hash, headings, and related files to decide whether this file belongs in the active prompt.
- Crawlers should treat the AIWikis page as transparent evidence and follow the source URL/source reference for authority boundaries.
- Future maintainers should regenerate this page whenever the source hash changes, then review the explanation if the role or structure changed.
Update Requirements
When this source file changes, update the raw source layer, normalized source layer, hash history, this rendered page, generated explanation, source-file inventory, changed-files report, and any source-section index that links to it.
Related Pages
Provenance And History
- Current observation:
2026-05-06T17:58:24.5168382Z - Source origin:
current-source-workspace - Retrieval method:
local-source-workspace - Duplicate group:
sfg-090(primary) - Historical hash records are stored in
data/hashes/source-file-history.jsonl.
Machine-Readable Metadata
{
"title": "Page",
"source_site": "ɩ.com / JustAnIota.com",
"source_url": "https://justaniota.com/",
"canonical_url": "https://aiwikis.org/justaniota/uai-system/files/justaniota-com-wp-content-themes-iota-authority-theme-page-php-20ac76df/",
"source_reference": "JustAnIota.com/wp-content/themes/iota-authority-theme/page.php",
"file_type": "php",
"content_category": "public-content",
"content_hash": "sha256:20ac76dfd13ec51969d693493603119556e2111b2ff9f6b3084233bf4a73c5d2",
"last_fetched": "2026-05-06T17:58:24.5168382Z",
"last_changed": "2026-05-04T18:47:18.7120705Z",
"import_status": "unchanged",
"duplicate_group_id": "sfg-090",
"duplicate_role": "primary",
"related_files": [
],
"generated_explanation": true,
"explanation_last_generated": "2026-05-06T17:58:24.5168382Z"
}