id: "sagemath" aliases: - "sage" name: "SageMath" install: apt: - sagemath repl: | sage main: ".sage/init.sage" template: | print("Hello, world!") createEmpty: "" run: | sage scope: code: | x = 123 * 234