# Recreate the custom-home-sections.liquid file after reset
from pathlib import Path
# Define the full content again
content = """
"""
# Save it
file_path = '/mnt/data/custom-home-sections.liquid'
Path(file_path).write_text(content)
file_path