. Cases like\n // are handled correctly in the attribute branch\n // below.\n html += s + (isCommentBinding ? _template.marker : _template.nodeMarker);\n } else {\n // For attributes we use just a marker sentinel, and also append a\n // $lit$ suffix to the name to opt-out of attribute-specific parsing\n // that IE and Edge do for style and certain SVG attributes.\n html += s.substr(0, attributeMatch.index) + attributeMatch[1] + attributeMatch[2] + _template.boundAttributeSuffix + attributeMatch[3] + _template.marker;\n }\n }\n\n html += this.strings[l];\n return html;\n }\n }, {\n key: \"getTemplateElement\",\n value: function getTemplateElement() {\n var template = document.createElement('template');\n template.innerHTML = this.getHTML();\n return template;\n }\n }]);\n\n return TemplateResult;\n}();\n/**\n * A TemplateResult for SVG fragments.\n *\n * This class wraps HTML in an `