<%* let qcLayout = await tp.system.suggester([āHorizontal Layoutā, āVertical Layoutā], [1, 2]) layout = qcLayout _%> <%* let qcSeason = await tp.system.suggester([āSpringā, āSummerā, āFallā, āWinterā], [ā1ā, ā2ā, ā3ā, ā4ā]) passedSeason = qcSeason _%> <%* weatherText = tp.user.WeatherGenerator(tp, layout, passedSeason) _%> <% weatherText %>