Given the file structure below, which ISML method call renders the customLandingPage template?
A. ISML.renderTamplate(‘cartridge/templates/default/content/custom/customLandingPage’);
B. ISML(‘content/custom/customLandingPage’);
C. ISML.render(‘content/custom/customLandingPage’);
D. ISML.renderTemplate(‘content/custom/customLandingPage’);