/source/thepeoples-io/blob/sites/apex-src/templates/index.html/
index.html
{% extends "base.html" %}
{% block content %}
<section class="page-intro">
<h1>{{ section.title }}</h1>
<p class="lede">A static project index, source-copy browser, release list, and build notes for thepeoples.io.</p>
<nav class="action-row" aria-label="Primary actions">
<a href="{{ get_url(path='/projects/thepeoples-io/') }}">open project</a>
<a href="{{ get_url(path='/source/thepeoples-io/') }}">browse source</a>
<a href="{{ get_url(path='/projects/thepeoples-io/releases/') }}">release status</a>
<a href="{{ get_url(path='/verify/') }}">check build</a>
<a href="{{ get_url(path='/search/') }}">search</a>
</nav>
</section>
<section class="overview-layout" aria-label="Current catalog">
<article>
<h2><a href="{{ get_url(path='/projects/thepeoples-io/') }}">thepeoples.io Platform</a></h2>
<p>Static publishing and source-copy browser for thepeoples.io.</p>
</article>
<aside class="fact-block facts" aria-label="Catalog details">
<h2>Catalog</h2>
<dl class="meta-list">
<dt>projects</dt><dd><code>1 public</code></dd>
<dt>source copy</dt><dd><code>public-copy-2026-05-24</code></dd>
<dt>releases</dt><dd><code>none</code></dd>
<dt>site model</dt><dd><code>static files</code></dd>
</dl>
</aside>
</section>
{% endblock content %}