f8d46e1a40
Move the v0 docs/page-swap partial and EffectBatch content payload from raw HTML strings into hemplate views, with scraper assertions for rendered structure. req: html_safety/002 req: view/001 req: test/005
8 lines
274 B
Plaintext
8 lines
274 B
Plaintext
<main data-slhx-root="docs">
|
|
<nav data-slhx-slot="nav">
|
|
<a href="/docs" data-slhx-nav="" data-slhx-handle="load_docs">Docs</a>
|
|
</nav>
|
|
<article data-slhx-slot="content">{+= self.content =+}</article>
|
|
<title data-slhx-slot="title">{+ self.title +}</title>
|
|
</main>
|