import("//root/a") | |
import("//root/b") | |
import("//root/c") | |
if (stuff) { | |
import("1") | |
import("2") | |
import("3") | |
if (things) { | |
import("q") | |
import("w") | |
import("x") | |
import("y") | |
import("z") | |
import("e") | |
import("f") | |
if (other) { | |
import("a") | |
import("z") | |
} | |
import("d") | |
template("wee") { | |
import("5") | |
import("6") | |
import("7") | |
} | |
} | |
} else { | |
import("g") | |
import("h") | |
import("i") | |
} |