ad_pubfiles/ori-templates/page.ori

12 lines
240 B
Plaintext

(page, all) => base_html.ori({
indexPage: false
all
title: page.title
_body: Tree.indent`
<h1>${page.title}</h1>
<p><span>${page.fnd.addr} ${page.fnd.tags || ''}</span></p>
${page._body}
<p><a href="/">↖index</a></p>
`
})