ISML Skill This skill guides you through creating and working with ISML (Isomorphic Markup Language) templates in Salesforce B2C Commerce. ISML templates combine HTML with dynamic server-side tags. Overview ISML templates are server-side templates that generate HTML. They use special tags prefixed with and expressions in syntax to embed dynamic content. File Location Templates reside in the cartridge's directory: Essential Tags Conditional Logic Loops Loop status properties: - - Iteration number (1-based) - - Current index (0-based) - - Boolean, true on first iteration - - Boolean, true on la…