static Tag $shortIf(String condition, String then, [String otherwise = '']) { return $JinjaVar( '$then if $condition ${otherwise.isEmpty ? '' : 'else $otherwise'}'); }