mirror of
https://github.com/Dadido3/go-typst.git
synced 2025-11-04 13:19:36 +00:00
6 lines
100 B
Plaintext
6 lines
100 B
Plaintext
#let template() = {
|
|
set page(width: auto, height: auto, margin: 5mm)
|
|
|
|
heading("Hello World!")
|
|
}
|