body { background-color: {{ isset(@backgroundColor) ? $backgroundColor : "#fff" }}; background-image: url(/{{ @backgroundImage }}); } :root { --{{ @ikey }}: {{ $@ikey }}; }