4 lines
83 B
Typst
4 lines
83 B
Typst
#import "main.typ": mkCV
|
|
#let languages = ("fr", "en")
|
|
#languages.map(mkCV).join()
|