Hi all. When I create a template, the section [template] of the typst.toml file has only one entrypoint. In doing so when I type typst init @preview/my-template:0.1.0 to start a new project based on this template.
My question is: Is it possible to have multiple entrypoints pointing to the main files for different teplates defined in my-template ?
Hi @PgBiel, sorry for forgtting to properly format the title of my question
Thank you for your answer. Actually, it is not a real problem, since we can develop a package containing several templates. The only thing we can’t do is to initialize one of them using typst init. I think I can live with that.