go-typst/test-files/hello-world-template.typ
2025-11-03 19:45:57 +01:00

6 lines
100 B
Plaintext

#let template() = {
set page(width: auto, height: auto, margin: 5mm)
heading("Hello World!")
}