1 2 3 4 5 6
const std = @import("std"); const {{ module }} = @import("{{ module }}"); pub fn main() !void { {{ body | indent(4, true) }} }