The framework's own vocabulary calls these partials: ui.Templates() returns partials, and docs/site/templates.md documents them under that name. The word on this page changed; the code's did not.
Links here are inactive
Links inactive, sample source provided.
Each sample below in its own frame.
Sample content in English. Sample shells translated.
page-header
The screen's title bar: an h1, an optional subhead, and a primary action.
Nothing in Hidden says which pair is the page, so the default would carry page=4 into a result set that no longer has four pages. ClearHref is how an app resets it.
<div rst-list><div rst-row>
<span rst-row-main><a href="/posts/2">Why we moved off the old runner</a><small rst-row-sub>Draft · saved 20 minutes ago</small></span>
</div></div>
seg-tabs
A segmented control of server-rendered links. The current tab is aria-current on a link.
No Label, so the nav's accessible name comes from the catalog.
empty-state
The blank-state card. Empty state with affordances for starting steps.
With a POST call to action
<div rst-empty>
<h2 rst-empty-title>Nothing here yet</h2>
<p rst-empty-body>No posts yet. Your first one is a good place to start.</p>
<form rst-empty-cta method="post" action="/posts/seed">
<input type="hidden" name="csrf" value="tok-123">
<button rst-btn="primary" type="submit">Add sample posts</button>
</form>
</div>
Sentence only
<div rst-empty>
<p rst-empty-body>No comments on this post yet.</p>
</div>