window.CMS = window.CMS || {};
CMS.templates = {"macros":[],"image_default_tmpl":"<% if (data.fields.string_link) { %>\n\t<a href=\"<%- data.fields.string_link %>\">\n<% } %>\n<img src=\"<%- data.fields.string_src %>\"<% if (data.fields.string_alt) { %> alt=\"<%- data.fields.string_alt %>\"<% } %> data-loader=\"false\" \/>\n<% if (data.fields.string_link) { %>\n\t<\/a>\n<% } %>\n","merchzone_default_tmpl":"<%\n\/** generate a unique id for the zone to be identified by the module CMSMerchandisingZonesInitialization **\/\nvar div_id = _.uniqueId('merchzone'); %>\n<div id=\"<%=div_id%>\"><\/div>\n<%\n\/** Trigger a custom event so SCA can get the information and parse it to append a native MZ\n    data: global data for the MZ\n    div_id: autogenerated div_id for placeholder\n**\/\nBackbone.Events.trigger(\n    'cms:custom:merchzones-rendered',\n    data,\n    {\n        divId: div_id\n    \/\/,    tpl:'merch_cms'\n    }\n);\n%>"};