<script type="text/template" data-mvc-template="copyright-template">
<% if (showCopyright || showConnectorName) { %>
<div class="text-center font-small">
<%- showConnectorName ? connectorName : ''%>
<%= showCopyright ? '© ' + copyright : ''%>
</div>
<%}%>
<!--<span><%-connectorName%> © <%- copyright%></span>-->
</script>