btremI'm templating in nunjucks, and looking for a way to process a variable that might be string, might be an array, might be an object. Anyone know of an article that shows an efficient way to do that? My if is string elif etc. is a bit unwieldy, but maybe it's the only way.