📄 assets/template.typ
1 2 3 4 5 6 7 8 9 10
#set page(
  width: 7cm,
  height: auto,
  margin: (y: 0.1cm, x: 0.05cm),
  fill: none,
)
#set text(font: "Times New Roman")

#eval(mode: "markup", sys.inputs.content)