# Generate Liquid-compatible HTML for Shopify homepage (index.liquid) shopify_liquid_code = """

DKRZ.5336

ON A MISSION!

Product 1

Pants
€790

Product 2

Parka
€1490

""" # Save as Liquid file content liquid_path = "/mnt/data/index_custom_dkrz.liquid" with open(liquid_path, "w") as f: f.write(shopify_liquid_code) liquid_path