generate_input_contents# generate_input_contents(template: str, conditions: list[dict]) → list[str][source]# Generate input contents from template and conditions. Parameters: template – Template string. conditions – List of conditions. Returns: List of rendered templates.