details
This commit is contained in:
parent
f7db139b0d
commit
21d9a1bd20
1 changed files with 5 additions and 7 deletions
12
lib/main.typ
12
lib/main.typ
|
|
@ -102,15 +102,13 @@
|
||||||
description: description,
|
description: description,
|
||||||
date: date,
|
date: date,
|
||||||
{
|
{
|
||||||
context {
|
current-page-label.update(x => page-label)
|
||||||
state-pyscript-data-list.update(x => pyscript-data-list)
|
state-pyscript-data-list.update(x => pyscript-data-list)
|
||||||
state-pyscript-interpreters.update(x => pyscript-interpreters)
|
state-pyscript-interpreters.update(x => pyscript-interpreters)
|
||||||
state-pyscript-version.update(x => pyscript-version)
|
state-pyscript-version.update(x => pyscript-version)
|
||||||
state-pyscript-default-interpreter.update(x => pyscript-default-interpreter)
|
state-pyscript-default-interpreter.update(x => pyscript-default-interpreter)
|
||||||
}
|
|
||||||
show: html-show
|
show: html-show
|
||||||
show raw.where(block: true, lang: "python-run"): pyscript-show
|
show raw.where(block: true, lang: "python-run"): pyscript-show
|
||||||
current-page-label.update(x => page-label)
|
|
||||||
html.html(lang: lang, {
|
html.html(lang: lang, {
|
||||||
html-head(
|
html-head(
|
||||||
base-url,
|
base-url,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue