ori-repro-earlier-bug/page.ori

10 lines
160 B
Plaintext

(page) => base_html.ori({
indexPage: false
title: page.title
_body: Tree.indent`
<h1>${page.title}</h1>
${page._body}
<a href="/">↖index</a>
`
})