28 lines
743 B
Plaintext
28 lines
743 B
Plaintext
page PartialStatic {
|
|
layout = "public"
|
|
render = "partial-static"
|
|
|
|
seo {
|
|
title = "Partial-static streaming"
|
|
description = "A build-time WRNexus shell with request-streamed dynamic content."
|
|
}
|
|
|
|
view {
|
|
<Static>
|
|
<section class="wrn-card stack">
|
|
<p class="wrn-badge">Built once</p>
|
|
<h1>Build-time static shell</h1>
|
|
<p>This heading and page structure are emitted into dist/partial-shells.json.</p>
|
|
</section>
|
|
</Static>
|
|
|
|
<Dynamic>
|
|
<section class="wrn-card stack" aria-live="polite">
|
|
<p class="wrn-badge">Streamed per request</p>
|
|
<h2>Dynamic account region</h2>
|
|
<p>Personalized data belongs inside this boundary.</p>
|
|
</section>
|
|
</Dynamic>
|
|
}
|
|
}
|