8 lines
131 B
Typst
8 lines
131 B
Typst
#import "../template.typ": template
|
|
|
|
#show: template.with(current: "index")
|
|
|
|
= Hello World!
|
|
|
|
Welcome to the GPUI-CE documentation.
|